Freigeben über


CoreStrings.ReferencedShadowKey(Object, Object, Object, Object) Methode

Definition

Die Beziehung von '{referencingEntityTypeOrNavigation}' zu '{referencedEntityTypeOrNavigation}' mit Fremdschlüsseleigenschaften {foreignKeyPropertiesWithTypes} kann nicht auf den Primärschlüssel {primaryKeyPropertiesWithTypes} abzielen, da er nicht kompatibel ist. Konfigurieren Sie einen Prinzipalschlüssel oder eine Reihe von Fremdschlüsseleigenschaften mit kompatiblen Typen für diese Beziehung.

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

Parameter

referencingEntityTypeOrNavigation
Object
referencedEntityTypeOrNavigation
Object
foreignKeyPropertiesWithTypes
Object
primaryKeyPropertiesWithTypes
Object

Gibt zurück

Gilt für: