CoreStrings.ConflictingRelationshipNavigation メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ConflictingRelationshipNavigation(Object, Object, Object, Object) |
'{newPrincipalNavigationSpecification}' と '{newDependentNavigationSpecification}' の間にリレーションシップを作成できません。'{existingPrincipalNavigationSpecification}' と '{existingDependentNavigationSpecification}' の間にリレーションシップが既に存在するためです。 ナビゲーションは、1 つのリレーションシップにのみ参加できます。 'OnModelCreating' のナビゲーション '{newDependentNavigationSpecification}' の既存のリレーションシップ呼び出し 'Ignore' をオーバーライドする場合。 |
ConflictingRelationshipNavigation(Object, Object, Object, Object, Object, Object, Object, Object) |
'{newPrincipalEntityType} の間にリレーションシップを作成できません。{newPrincipalNavigation}' と '{newDependentEntityType}{newDependentNavigation}' は、'{existingPrincipalEntityType} の間に既にリレーションシップがあるためです。{existingPrincipalNavigation}' と '{existingDependentEntityType}{existingDependentNavigation}' ナビゲーション プロパティは、1 つのリレーションシップにのみ参加できます。 |
ConflictingRelationshipNavigation(Object, Object, Object, Object)
'{newPrincipalNavigationSpecification}' と '{newDependentNavigationSpecification}' の間にリレーションシップを作成できません。'{existingPrincipalNavigationSpecification}' と '{existingDependentNavigationSpecification}' の間にリレーションシップが既に存在するためです。 ナビゲーションは、1 つのリレーションシップにのみ参加できます。 'OnModelCreating' のナビゲーション '{newDependentNavigationSpecification}' の既存のリレーションシップ呼び出し 'Ignore' をオーバーライドする場合。
public static string ConflictingRelationshipNavigation (object newPrincipalNavigationSpecification, object newDependentNavigationSpecification, object existingPrincipalNavigationSpecification, object existingDependentNavigationSpecification);
public static string ConflictingRelationshipNavigation (object? newPrincipalNavigationSpecification, object? newDependentNavigationSpecification, object? existingPrincipalNavigationSpecification, object? existingDependentNavigationSpecification);
static member ConflictingRelationshipNavigation : obj * obj * obj * obj -> string
Public Shared Function ConflictingRelationshipNavigation (newPrincipalNavigationSpecification As Object, newDependentNavigationSpecification As Object, existingPrincipalNavigationSpecification As Object, existingDependentNavigationSpecification As Object) As String
パラメーター
- newPrincipalNavigationSpecification
- Object
- newDependentNavigationSpecification
- Object
- existingPrincipalNavigationSpecification
- Object
- existingDependentNavigationSpecification
- Object
戻り値
適用対象
ConflictingRelationshipNavigation(Object, Object, Object, Object, Object, Object, Object, Object)
'{newPrincipalEntityType} の間にリレーションシップを作成できません。{newPrincipalNavigation}' と '{newDependentEntityType}{newDependentNavigation}' は、'{existingPrincipalEntityType} の間に既にリレーションシップがあるためです。{existingPrincipalNavigation}' と '{existingDependentEntityType}{existingDependentNavigation}' ナビゲーション プロパティは、1 つのリレーションシップにのみ参加できます。
public static string ConflictingRelationshipNavigation (object newPrincipalEntityType, object newPrincipalNavigation, object newDependentEntityType, object newDependentNavigation, object existingPrincipalEntityType, object existingPrincipalNavigation, object existingDependentEntityType, object existingDependentNavigation);
static member ConflictingRelationshipNavigation : obj * obj * obj * obj * obj * obj * obj * obj -> string
Public Shared Function ConflictingRelationshipNavigation (newPrincipalEntityType As Object, newPrincipalNavigation As Object, newDependentEntityType As Object, newDependentNavigation As Object, existingPrincipalEntityType As Object, existingPrincipalNavigation As Object, existingDependentEntityType As Object, existingDependentNavigation As Object) As String
パラメーター
- newPrincipalEntityType
- Object
- newPrincipalNavigation
- Object
- newDependentEntityType
- Object
- newDependentNavigation
- Object
- existingPrincipalEntityType
- Object
- existingPrincipalNavigation
- Object
- existingDependentEntityType
- Object
- existingDependentNavigation
- Object
戻り値
適用対象
Entity Framework