CoreStrings.ReferencedShadowKey(Object, Object, Object, Object) Método

Definição

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