다음을 통해 공유


CoreStrings.AmbiguousDependentEntity(Object, Object) 메서드

정의

엔터티 형식 '{entityType}'은 공유 형식을 사용하며 제공된 엔터티는 현재 여러 소유자 엔터티에서 참조됩니다. 특정 참조에 대한 항목에 액세스하려면 소유자 항목에서 '{targetEntryCall}'을 호출합니다.

public static string AmbiguousDependentEntity (object entityType, object targetEntryCall);
public static string AmbiguousDependentEntity (object? entityType, object? targetEntryCall);
static member AmbiguousDependentEntity : obj * obj -> string
Public Shared Function AmbiguousDependentEntity (entityType As Object, targetEntryCall As Object) As String

매개 변수

entityType
Object
targetEntryCall
Object

반환

적용 대상