다음을 통해 공유


CoreStrings.NavigationlessOwnership(Object, Object) 메서드

정의

소유 형식에 대한 연결된 탐색이 없으므로 '{principalEntityType}'과 '{dependentEntityType}' 간의 관계를 소유권으로 구성할 수 없습니다. 소유권에는 항상 연결된 탐색이 있어야 합니다. 자세한 내용은 https://aka.ms/efcore-docs-owned 을 참조하세요.

public static string NavigationlessOwnership (object? principalEntityType, object? dependentEntityType);
static member NavigationlessOwnership : obj * obj -> string
Public Shared Function NavigationlessOwnership (principalEntityType As Object, dependentEntityType As Object) As String

매개 변수

principalEntityType
Object
dependentEntityType
Object

반환

적용 대상