次の方法で共有


CoreStrings.ReferencedShadowKey(Object, Object, Object, Object) メソッド

定義

外部キー プロパティ {foreignKeyPropertiesWithTypes} を持つ '{referencedEntityTypeOrNavigation}' から '{referencedEntityTypeOrNavigation}' へのリレーションシップは、互換性がないため、主キー {primaryKeyPropertiesWithTypes} をターゲットにできません。 このリレーションシップに対応する型を使用して、プリンシパル キーまたは一連の外部キー プロパティを構成します。

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

パラメーター

referencingEntityTypeOrNavigation
Object
referencedEntityTypeOrNavigation
Object
foreignKeyPropertiesWithTypes
Object
primaryKeyPropertiesWithTypes
Object

戻り値

適用対象