次の方法で共有


CoreStrings.AmbiguousOwnedNavigation(Object, Object) メソッド

定義

両方の型が所有済みとしてマークされているため、'{entityTypeNavigationSpecification}' と '{otherEntityType}' の間のリレーションシップの所有者を特定できません。 所有権を手動で構成するか、[NotMapped] 属性を使用するか、'OnModelCreating' で 'EntityTypeBuilder.Ignore' を使用して、対応するナビゲーションを無視します。 詳細と例については、https://aka.ms/efcore-docs-owned をご覧ください。

public static string AmbiguousOwnedNavigation (object entityType, object otherEntityType);
public static string AmbiguousOwnedNavigation (object entityTypeNavigationSpecification, object otherEntityType);
public static string AmbiguousOwnedNavigation (object? entityTypeNavigationSpecification, object? otherEntityType);
static member AmbiguousOwnedNavigation : obj * obj -> string
static member AmbiguousOwnedNavigation : obj * obj -> string
Public Shared Function AmbiguousOwnedNavigation (entityType As Object, otherEntityType As Object) As String
Public Shared Function AmbiguousOwnedNavigation (entityTypeNavigationSpecification As Object, otherEntityType As Object) As String

パラメーター

entityTypeentityTypeNavigationSpecification
Object
otherEntityType
Object

戻り値

適用対象