CoreStrings.ConflictingRelationshipNavigation Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ConflictingRelationshipNavigation(Object, Object, Object, Object) |
Impossible de créer une relation entre « {newPrincipalNavigationSpecification} » et « {newDependentNavigationSpecification} », car une relation existe déjà entre « {existingPrincipalNavigationSpecification} » et « {existingDependentNavigationSpecification} ». Les navigations ne peuvent participer qu’à une seule relation. Si vous souhaitez remplacer une relation existante, appelez « Ignore » sur la navigation « {newDependentNavigationSpecification} » dans « OnModelCreating ». |
ConflictingRelationshipNavigation(Object, Object, Object, Object, Object, Object, Object, Object) |
Impossible de créer une relation entre « {newPrincipalEntityType}. {newPrincipalNavigation}' et '{newDependentEntityType}. {newDependentNavigation}', car il existe déjà une relation entre « {existingPrincipalEntityType}. {existingPrincipalNavigation} » et « {existingDependentEntityType}. {existingDependentNavigation}'. Les propriétés de navigation ne peuvent participer qu’à une seule relation. |
ConflictingRelationshipNavigation(Object, Object, Object, Object)
Impossible de créer une relation entre « {newPrincipalNavigationSpecification} » et « {newDependentNavigationSpecification} », car une relation existe déjà entre « {existingPrincipalNavigationSpecification} » et « {existingDependentNavigationSpecification} ». Les navigations ne peuvent participer qu’à une seule relation. Si vous souhaitez remplacer une relation existante, appelez « Ignore » sur la navigation « {newDependentNavigationSpecification} » dans « OnModelCreating ».
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
Paramètres
- newPrincipalNavigationSpecification
- Object
- newDependentNavigationSpecification
- Object
- existingPrincipalNavigationSpecification
- Object
- existingDependentNavigationSpecification
- Object
Retours
S’applique à
ConflictingRelationshipNavigation(Object, Object, Object, Object, Object, Object, Object, Object)
Impossible de créer une relation entre « {newPrincipalEntityType}. {newPrincipalNavigation}' et '{newDependentEntityType}. {newDependentNavigation}', car il existe déjà une relation entre « {existingPrincipalEntityType}. {existingPrincipalNavigation} » et « {existingDependentEntityType}. {existingDependentNavigation}'. Les propriétés de navigation ne peuvent participer qu’à une seule relation.
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
Paramètres
- newPrincipalEntityType
- Object
- newPrincipalNavigation
- Object
- newDependentEntityType
- Object
- newDependentNavigation
- Object
- existingPrincipalEntityType
- Object
- existingPrincipalNavigation
- Object
- existingDependentEntityType
- Object
- existingDependentNavigation
- Object