CoreStrings.ConflictingRelationshipNavigation Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ConflictingRelationshipNavigation(Object, Object, Object, Object) |
Não é possível criar uma relação entre '{newPrincipalNavigationSpecification}' e '{newDependentNavigationSpecification}' porque já existe uma relação entre '{existingPrincipalNavigationSpecification}' e '{existingDependentNavigationSpecification}'. As navegaçãos só podem participar de uma única relação. Se você quiser substituir uma chamada de relação existente 'Ignore' na navegação '{newDependentNavigationSpecification}' primeiro em 'OnModelCreating'. |
ConflictingRelationshipNavigation(Object, Object, Object, Object, Object, Object, Object, Object) |
Não é possível criar uma relação entre '{newPrincipalEntityType}. {newPrincipalNavigation}' e '{newDependentEntityType}. {newDependentNavigation}', porque já há uma relação entre '{existingPrincipalEntityType}. {existingPrincipalNavigation}' e '{existingDependentEntityType}. {existingDependentNavigation}'. As propriedades de navegação só podem participar de uma única relação. |
ConflictingRelationshipNavigation(Object, Object, Object, Object)
Não é possível criar uma relação entre '{newPrincipalNavigationSpecification}' e '{newDependentNavigationSpecification}' porque já existe uma relação entre '{existingPrincipalNavigationSpecification}' e '{existingDependentNavigationSpecification}'. As navegaçãos só podem participar de uma única relação. Se você quiser substituir uma chamada de relação existente 'Ignore' na navegação '{newDependentNavigationSpecification}' primeiro em '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
Parâmetros
- newPrincipalNavigationSpecification
- Object
- newDependentNavigationSpecification
- Object
- existingPrincipalNavigationSpecification
- Object
- existingDependentNavigationSpecification
- Object
Retornos
Aplica-se a
ConflictingRelationshipNavigation(Object, Object, Object, Object, Object, Object, Object, Object)
Não é possível criar uma relação entre '{newPrincipalEntityType}. {newPrincipalNavigation}' e '{newDependentEntityType}. {newDependentNavigation}', porque já há uma relação entre '{existingPrincipalEntityType}. {existingPrincipalNavigation}' e '{existingDependentEntityType}. {existingDependentNavigation}'. As propriedades de navegação só podem participar de uma única relação.
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
Parâmetros
- newPrincipalEntityType
- Object
- newPrincipalNavigation
- Object
- newDependentEntityType
- Object
- newDependentNavigation
- Object
- existingPrincipalEntityType
- Object
- existingPrincipalNavigation
- Object
- existingDependentEntityType
- Object
- existingDependentNavigation
- Object
Retornos
Aplica-se a
Entity Framework