次の方法で共有


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

戻り値

適用対象