CoreStrings.ReferencedShadowKey(Object, Object, Object, Object) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Relacja z "{referencingEntityTypeOrNavigation}" do "{referencedEntityTypeOrNavigation}" z właściwościami klucza obcego {foreignKeyPropertiesWithTypes} nie może kierować do klucza podstawowego {primaryKeyPropertiesWithTypes}, ponieważ nie jest zgodna. Skonfiguruj klucz podmiotu zabezpieczeń lub zestaw właściwości klucza obcego z zgodnymi typami dla tej relacji.
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
Parametry
- referencingEntityTypeOrNavigation
- Object
- referencedEntityTypeOrNavigation
- Object
- foreignKeyPropertiesWithTypes
- Object
- primaryKeyPropertiesWithTypes
- Object