Sdílet prostřednictvím


CoreStrings.KeyPropertiesWrongEntity(Object, Object) Metoda

Definice

Zadané vlastnosti klíče {keyProperties} nejsou deklarovány u typu entity {entityType}. Ujistěte se, že jsou vlastnosti klíče deklarovány u cílového typu entity.

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

Návraty

Platí pro