Compartir a través de


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

Definición

No se puede agregar la propiedad '{property}' al tipo '{type}' porque no coincide con el nombre de la propiedad CLR proporcionada o el campo '{clrName}'. Use el mismo nombre o especifique un miembro CLR diferente.

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

Parámetros

property
Object
entityTypetype
Object
clrName
Object

Devoluciones

Se aplica a