다음을 통해 공유


CoreStrings.AmbiguousOwnedNavigation(Object, Object) 메서드

정의

두 형식이 모두 소유로 표시되었으므로 '{entityTypeNavigationSpecification}' 및 '{otherEntityType}' 간의 관계에 대한 소유자를 확인할 수 없습니다. 소유권을 수동으로 구성하거나 [NotMapped] 특성을 사용하거나 'OnModelCreating'에서 'EntityTypeBuilder.Ignore'를 사용하여 해당 탐색을 무시합니다. 자세한 내용과 예제는 https://aka.ms/efcore-docs-owned를 참조하세요.

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

매개 변수

entityTypeentityTypeNavigationSpecification
Object
otherEntityType
Object

반환

적용 대상