Condividi tramite


CoreStrings.PropertyWrongName(Object, Object, Object) Metodo

Definizione

Impossibile aggiungere la proprietà '{property}' al tipo '{type}' perché non corrisponde al nome della proprietà CLR o del campo '{clrName}'. Usare lo stesso nome o specificare un membro CLR diverso.

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

Parametri

property
Object
entityTypetype
Object
clrName
Object

Restituisce

Si applica a