Dela via


CoreStrings.BadBackingFieldType Method

Definition

The specified field '{field}' of type '{fieldType}' cannot be used for the property '{entityType}.{property}' of type '{propertyType}'. Only backing fields of types that are compatible with the property type can be used.

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

Parameters

field
Object
fieldType
Object
entityType
Object
property
Object
propertyType
Object

Returns

Applies to