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


CoreStrings.BadBackingFieldType Метод

Определение

Указанное поле "{field}" типа "{fieldType}" не может использоваться для свойства "{entityType}". {property}" типа "{propertyType}". Можно использовать только резервные поля типов, совместимые с типом свойства.

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

Параметры

field
Object
fieldType
Object
entityType
Object
property
Object
propertyType
Object

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

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