CoreStrings.ReferencedShadowKey(Object, Object, Object, Object) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
A relação de '{referencingEntityTypeOrNavigation}' para '{referencedEntityTypeOrNavigation}' com propriedades de chave estrangeira {foreignKeyPropertiesWithTypes} não pode direcionar a chave primária {primaryKeyPropertiesWithTypes} porque ela não é compatível. Configure uma chave principal ou um conjunto de propriedades de chave estrangeira com tipos compatíveis para essa relação.
public static string ReferencedShadowKey (object referencingEntityTypeOrNavigation, object referencedEntityTypeOrNavigation, object foreignKeyPropertiesWithTypes, object primaryKeyPropertiesWithTypes);
public static string ReferencedShadowKey (object? referencingEntityTypeOrNavigation, object? referencedEntityTypeOrNavigation, object? foreignKeyPropertiesWithTypes, object? primaryKeyPropertiesWithTypes);
static member ReferencedShadowKey : obj * obj * obj * obj -> string
Public Shared Function ReferencedShadowKey (referencingEntityTypeOrNavigation As Object, referencedEntityTypeOrNavigation As Object, foreignKeyPropertiesWithTypes As Object, primaryKeyPropertiesWithTypes As Object) As String
Parâmetros
- referencingEntityTypeOrNavigation
- Object
- referencedEntityTypeOrNavigation
- Object
- foreignKeyPropertiesWithTypes
- Object
- primaryKeyPropertiesWithTypes
- Object
Retornos
Aplica-se a
Entity Framework