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


CoreStrings.ErrorMaterializingPropertyInvalidCast Метод

Определение

Произошла ошибка при чтении значения базы данных для свойства "{entityType}. {property}'. Ожидаемый тип был "{expectedType}", но фактическое значение было типа "{actualType}".

public static string ErrorMaterializingPropertyInvalidCast (object entityType, object property, object expectedType, object actualType);
public static string ErrorMaterializingPropertyInvalidCast (object? entityType, object? property, object? expectedType, object? actualType);
static member ErrorMaterializingPropertyInvalidCast : obj * obj * obj * obj -> string
Public Shared Function ErrorMaterializingPropertyInvalidCast (entityType As Object, property As Object, expectedType As Object, actualType As Object) As String

Параметры

entityType
Object
property
Object
expectedType
Object
actualType
Object

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

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