CoreStrings.ConflictingRelationshipNavigation Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
ConflictingRelationshipNavigation(Object, Object, Object, Object) |
'{existingPrincipalNavigationSpecification}' ile '{existingPrincipalNavigationSpecification}' arasında zaten bir ilişki olduğundan '{newPrincipalNavigationSpecification}' ile '{existingDependentNavigationSpecification}' arasında ilişki oluşturulamıyor. Gezintiler yalnızca tek bir ilişkiye katılabilir. 'OnModelCreating' içinde ilk olarak '{newDependentNavigationSpecification}' gezintisinde var olan bir ilişki çağrısını geçersiz kılmak istiyorsanız, 'Ignore' çağrısı. |
ConflictingRelationshipNavigation(Object, Object, Object, Object, Object, Object, Object, Object) |
'{newPrincipalEntityType} arasında ilişki oluşturulamıyor. {newPrincipalNavigation}' ve '{newDependentEntityType}. {newDependentNavigation}', çünkü '{existingPrincipalEntityType} arasında zaten bir ilişki var. {existingPrincipalNavigation}' ve '{existingDependentEntityType}. {existingDependentNavigation}'. Gezinti özellikleri yalnızca tek bir ilişkiye katılabilir. |
ConflictingRelationshipNavigation(Object, Object, Object, Object)
'{existingPrincipalNavigationSpecification}' ile '{existingPrincipalNavigationSpecification}' arasında zaten bir ilişki olduğundan '{newPrincipalNavigationSpecification}' ile '{existingDependentNavigationSpecification}' arasında ilişki oluşturulamıyor. Gezintiler yalnızca tek bir ilişkiye katılabilir. 'OnModelCreating' içinde ilk olarak '{newDependentNavigationSpecification}' gezintisinde var olan bir ilişki çağrısını geçersiz kılmak istiyorsanız, 'Ignore' çağrısı.
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
Parametreler
- newPrincipalNavigationSpecification
- Object
- newDependentNavigationSpecification
- Object
- existingPrincipalNavigationSpecification
- Object
- existingDependentNavigationSpecification
- Object
Döndürülenler
Şunlara uygulanır
ConflictingRelationshipNavigation(Object, Object, Object, Object, Object, Object, Object, Object)
'{newPrincipalEntityType} arasında ilişki oluşturulamıyor. {newPrincipalNavigation}' ve '{newDependentEntityType}. {newDependentNavigation}', çünkü '{existingPrincipalEntityType} arasında zaten bir ilişki var. {existingPrincipalNavigation}' ve '{existingDependentEntityType}. {existingDependentNavigation}'. Gezinti özellikleri yalnızca tek bir ilişkiye katılabilir.
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
Parametreler
- newPrincipalEntityType
- Object
- newPrincipalNavigation
- Object
- newDependentEntityType
- Object
- newDependentNavigation
- Object
- existingPrincipalEntityType
- Object
- existingPrincipalNavigation
- Object
- existingDependentEntityType
- Object
- existingDependentNavigation
- Object
Döndürülenler
Şunlara uygulanır
Entity Framework