다음을 통해 공유


CoreStrings.ConflictingRelationshipNavigation 메서드

정의

오버로드

ConflictingRelationshipNavigation(Object, Object, Object, Object)

'{existingPrincipalNavigationSpecification}'과 '{existingDependentNavigationSpecification}' 사이에 관계가 이미 있으므로 '{newPrincipalNavigationSpecification}'과 '{newDependentNavigationSpecification}' 간에 관계를 만들 수 없습니다. 탐색은 단일 관계에만 참여할 수 있습니다. 'OnModelCreating'의 첫 번째 탐색 '{newDependentNavigationSpecification}'에서 기존 관계 호출 'Ignore'를 재정의하려는 경우.

ConflictingRelationshipNavigation(Object, Object, Object, Object, Object, Object, Object, Object)

'{newPrincipalEntityType} 간에 관계를 만들 수 없습니다. {newPrincipalNavigation}' 및 '{newDependentEntityType}. {newDependentNavigation}', 이미 '{existingPrincipalEntityType} 사이에 관계가 있기 때문입니다. {existingPrincipalNavigation}' 및 '{existingDependentEntityType}. {existingDependentNavigation}'. 탐색 속성은 단일 관계에만 참여할 수 있습니다.

ConflictingRelationshipNavigation(Object, Object, Object, Object)

'{existingPrincipalNavigationSpecification}'과 '{existingDependentNavigationSpecification}' 사이에 관계가 이미 있으므로 '{newPrincipalNavigationSpecification}'과 '{newDependentNavigationSpecification}' 간에 관계를 만들 수 없습니다. 탐색은 단일 관계에만 참여할 수 있습니다. 'OnModelCreating'의 첫 번째 탐색 '{newDependentNavigationSpecification}'에서 기존 관계 호출 'Ignore'를 재정의하려는 경우.

public static string ConflictingRelationshipNavigation (object newPrincipalNavigationSpecification, object newDependentNavigationSpecification, object existingPrincipalNavigationSpecification, object existingDependentNavigationSpecification);
public static string ConflictingRelationshipNavigation (object? newPrincipalNavigationSpecification, object? newDependentNavigationSpecification, object? existingPrincipalNavigationSpecification, object? existingDependentNavigationSpecification);
static member ConflictingRelationshipNavigation : obj * obj * obj * obj -> string
Public Shared Function ConflictingRelationshipNavigation (newPrincipalNavigationSpecification As Object, newDependentNavigationSpecification As Object, existingPrincipalNavigationSpecification As Object, existingDependentNavigationSpecification As Object) As String

매개 변수

newPrincipalNavigationSpecification
Object
newDependentNavigationSpecification
Object
existingPrincipalNavigationSpecification
Object
existingDependentNavigationSpecification
Object

반환

적용 대상

ConflictingRelationshipNavigation(Object, Object, Object, Object, Object, Object, Object, Object)

'{newPrincipalEntityType} 간에 관계를 만들 수 없습니다. {newPrincipalNavigation}' 및 '{newDependentEntityType}. {newDependentNavigation}', 이미 '{existingPrincipalEntityType} 사이에 관계가 있기 때문입니다. {existingPrincipalNavigation}' 및 '{existingDependentEntityType}. {existingDependentNavigation}'. 탐색 속성은 단일 관계에만 참여할 수 있습니다.

public static string ConflictingRelationshipNavigation (object newPrincipalEntityType, object newPrincipalNavigation, object newDependentEntityType, object newDependentNavigation, object existingPrincipalEntityType, object existingPrincipalNavigation, object existingDependentEntityType, object existingDependentNavigation);
static member ConflictingRelationshipNavigation : obj * obj * obj * obj * obj * obj * obj * obj -> string
Public Shared Function ConflictingRelationshipNavigation (newPrincipalEntityType As Object, newPrincipalNavigation As Object, newDependentEntityType As Object, newDependentNavigation As Object, existingPrincipalEntityType As Object, existingPrincipalNavigation As Object, existingDependentEntityType As Object, existingDependentNavigation As Object) As String

매개 변수

newPrincipalEntityType
Object
newPrincipalNavigation
Object
newDependentEntityType
Object
newDependentNavigation
Object
existingPrincipalEntityType
Object
existingPrincipalNavigation
Object
existingDependentEntityType
Object
existingDependentNavigation
Object

반환

적용 대상