Partager via


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

Définition

La relation entre « {referenceingEntityTypeOrNavigation} » et « {referencedEntityTypeOrNavigation} » avec les propriétés de clé étrangère {foreignKeyPropertiesWithTypes} ne peut pas cibler la clé primaire {primaryKeyPropertiesWithTypes} car elle n’est pas compatible. Configurez une clé principale ou un ensemble de propriétés de clé étrangère avec des types compatibles pour cette relation.

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

Paramètres

referencingEntityTypeOrNavigation
Object
referencedEntityTypeOrNavigation
Object
foreignKeyPropertiesWithTypes
Object
primaryKeyPropertiesWithTypes
Object

Retours

S’applique à