Sdílet prostřednictvím


CoreStrings.ReferencedShadowKey(Object, Object, Object, Object) Metoda

Definice

Vztah mezi {referenceingEntityTypeOrNavigation} a {referencedEntityTypeOrNavigation} s vlastnostmi cizího klíče {foreignKeyPropertiesWithTypes} nemůže cílit na primární klíč {primaryKeyPropertiesWithTypes}, protože není kompatibilní. Nakonfigurujte hlavní klíč nebo sadu vlastností cizího klíče s kompatibilními typy pro tento vztah.

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

Návraty

Platí pro