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

返回

适用于