Udostępnij za pośrednictwem


CoreStrings.KeyPropertiesWrongEntity(Object, Object) Metoda

Definicja

Określone właściwości klucza {keyProperties} nie są deklarowane w typie jednostki "{entityType}". Upewnij się, że właściwości klucza są deklarowane w typie jednostki docelowej.

public static string KeyPropertiesWrongEntity (object key, object entityType);
public static string KeyPropertiesWrongEntity (object keyProperties, object entityType);
public static string KeyPropertiesWrongEntity (object? keyProperties, object? entityType);
static member KeyPropertiesWrongEntity : obj * obj -> string
static member KeyPropertiesWrongEntity : obj * obj -> string
Public Shared Function KeyPropertiesWrongEntity (key As Object, entityType As Object) As String
Public Shared Function KeyPropertiesWrongEntity (keyProperties As Object, entityType As Object) As String

Parametry

keykeyProperties
Object
entityType
Object

Zwraca

Dotyczy