Partager via


CoreStrings.PropertyWrongName(Object, Object, Object) Méthode

Définition

La propriété « {property} » ne peut pas être ajoutée au type « {type} », car elle ne correspond pas au nom de la propriété CLR ou du champ « {clrName} » fourni. Utilisez le même nom ou spécifiez un autre membre CLR.

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

Paramètres

property
Object
entityTypetype
Object
clrName
Object

Retours

S’applique à