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


CoreStrings.PropertyWrongClrType(Object, Object, Object, Object) Метод

Определение

Свойство "{property}" нельзя добавить к типу "{type}", так как тип соответствующего свойства CLR или поля "{clrType}" не соответствует указанному типу "{propertyType}".

public static string PropertyWrongClrType (object property, object entityType, object clrType, object propertyType);
public static string PropertyWrongClrType (object? property, object? entityType, object? clrType, object? propertyType);
public static string PropertyWrongClrType (object? property, object? type, object? clrType, object? propertyType);
static member PropertyWrongClrType : obj * obj * obj * obj -> string
static member PropertyWrongClrType : obj * obj * obj * obj -> string
Public Shared Function PropertyWrongClrType (property As Object, entityType As Object, clrType As Object, propertyType As Object) As String
Public Shared Function PropertyWrongClrType (property As Object, type As Object, clrType As Object, propertyType As Object) As String

Параметры

property
Object
entityTypetype
Object
clrType
Object
propertyType
Object

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

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