CoreStrings.AmbiguousOwnedNavigation(Object, Object) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
両方の型が所有済みとしてマークされているため、'{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
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework