Udostępnij za pośrednictwem


CoreStrings.PropertyWrongName(Object, Object, Object) Metoda

Definicja

Nie można dodać właściwości {property}do typu {type}, ponieważ nie jest zgodna z nazwą podanej właściwości CLR lub pola {clrName}. Użyj tej samej nazwy lub określ innego elementu członkowskiego 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

Parametry

property
Object
entityTypetype
Object
clrName
Object

Zwraca

Dotyczy