다음을 통해 공유


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

반환

적용 대상