CoreStrings.KeyPropertiesWrongEntity(Object, Object) Método

Definição

As propriedades de chave especificadas {keyProperties} não são declaradas no tipo de entidade '{entityType}'. Verifique se as propriedades de chave são declaradas no tipo de entidade de destino.

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

Parâmetros

keykeyProperties
Object
entityType
Object

Retornos

Aplica-se a