RelationalStrings.ErrorMaterializingPropertyNullReference 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
读取属性“{entityType}”的数据库值时出错。{property}”。 预期类型为“{expectedType}”,但实际值为 null。
public static string ErrorMaterializingPropertyNullReference (object entityType, object property, object expectedType);
public static string ErrorMaterializingPropertyNullReference (object? entityType, object? property, object? expectedType);
static member ErrorMaterializingPropertyNullReference : obj * obj * obj -> string
Public Shared Function ErrorMaterializingPropertyNullReference (entityType As Object, property As Object, expectedType As Object) As String
参数
- entityType
- Object
- property
- Object
- expectedType
- Object