Partager via


CoreStrings.BadBackingFieldType Méthode

Définition

Le champ « {field} » spécifié de type « {fieldType} » ne peut pas être utilisé pour la propriété « {entityType} ». {property}' de type « {propertyType} ». Seuls les champs de stockage de types compatibles avec le type de propriété peuvent être utilisés.

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

Paramètres

field
Object
fieldType
Object
entityType
Object
property
Object
propertyType
Object

Retours

S’applique à