Поделиться через


RelationalStrings.ErrorMaterializingPropertyNullReference Метод

Определение

Произошла ошибка при чтении значения базы данных для свойства "{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

Возвращаемое значение

Применяется к