CoreStrings.NavigationlessOwnership(Object, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
无法将“{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