다음을 통해 공유


CoreStrings.InconsistentOwnership(Object, Object) 메서드

정의

주의

이 API는 이제 사용되지 않습니다.

엔터티 형식 '{ownedEntityType}'은(는) 소유로 구성되지만 엔터티 형식 '{nonOwnedEntityType}'은(는) 구성되지 않습니다. 'OnModelCreating'에서 소유한 CLR 형식을 공유하는 탐색을 정의하여 모든 엔터티 형식을 구성합니다.

public static string InconsistentOwnership (object ownedEntityType, object nonOwnedEntityType);
[System.Obsolete]
public static string InconsistentOwnership (object? ownedEntityType, object? nonOwnedEntityType);
static member InconsistentOwnership : obj * obj -> string
[<System.Obsolete>]
static member InconsistentOwnership : obj * obj -> string
Public Shared Function InconsistentOwnership (ownedEntityType As Object, nonOwnedEntityType As Object) As String

매개 변수

ownedEntityType
Object
nonOwnedEntityType
Object

반환

특성

적용 대상