Condividi tramite


CoreStrings.ConflictingRelationshipNavigation Metodo

Definizione

Overload

ConflictingRelationshipNavigation(Object, Object, Object, Object)

Impossibile creare una relazione tra '{newPrincipalNavigationSpecification}' e '{newDependentNavigationSpecification}' perché esiste già una relazione tra '{existingPrincipalNavigationSpecification}' e '{existingDependentNavigationSpecification}'. Gli spostamenti possono partecipare solo a una singola relazione. Se si vuole eseguire l'override di una chiamata di relazione esistente 'Ignore' nella navigazione '{newDependentNavigationSpecification}' in 'OnModelCreating'.

ConflictingRelationshipNavigation(Object, Object, Object, Object, Object, Object, Object, Object)

Impossibile creare una relazione tra '{newPrincipalEntityType}. {newPrincipalNavigation}' e '{newDependentEntityType}. {newDependentNavigation}', perché esiste già una relazione tra '{existingPrincipalEntityType}. {existingPrincipalNavigation}' e '{existingDependentEntityType}. {existingDependentNavigation}'. Le proprietà di spostamento possono partecipare solo a una singola relazione.

ConflictingRelationshipNavigation(Object, Object, Object, Object)

Impossibile creare una relazione tra '{newPrincipalNavigationSpecification}' e '{newDependentNavigationSpecification}' perché esiste già una relazione tra '{existingPrincipalNavigationSpecification}' e '{existingDependentNavigationSpecification}'. Gli spostamenti possono partecipare solo a una singola relazione. Se si vuole eseguire l'override di una chiamata di relazione esistente 'Ignore' nella navigazione '{newDependentNavigationSpecification}' in '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

Parametri

newPrincipalNavigationSpecification
Object
newDependentNavigationSpecification
Object
existingPrincipalNavigationSpecification
Object
existingDependentNavigationSpecification
Object

Restituisce

Si applica a

ConflictingRelationshipNavigation(Object, Object, Object, Object, Object, Object, Object, Object)

Impossibile creare una relazione tra '{newPrincipalEntityType}. {newPrincipalNavigation}' e '{newDependentEntityType}. {newDependentNavigation}', perché esiste già una relazione tra '{existingPrincipalEntityType}. {existingPrincipalNavigation}' e '{existingDependentEntityType}. {existingDependentNavigation}'. Le proprietà di spostamento possono partecipare solo a una singola relazione.

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

Parametri

newPrincipalEntityType
Object
newPrincipalNavigation
Object
newDependentEntityType
Object
newDependentNavigation
Object
existingPrincipalEntityType
Object
existingPrincipalNavigation
Object
existingDependentEntityType
Object
existingDependentNavigation
Object

Restituisce

Si applica a