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 '{newDependentNavigationSpecification}' arasında bir ilişki oluşturulamıyor çünkü '{existingPrincipalNavigationSpecification}' ile '{existingDependentNavigationSpecification}' arasında zaten bir ilişki var. Gezintiler yalnızca tek bir ilişkiye katılabilir. 'OnModelCreating' içinde '{newDependentNavigationSpecification}' gezintisinde var olan bir ilişki çağrısını geçersiz kılmak için 'Ignore' çağrısı kullanın. |
| ConflictingRelationshipNavigation(Object, Object, Object, Object, Object, Object, Object, Object) |
'{newPrincipalEntityType} arasında ilişki oluşturulamıyor. {newPrincipalNavigation}' ve '{newDependentEntityType}. '{existingPrincipalEntityType} arasında zaten bir ilişki olduğundan {newDependentNavigation}'. {existingPrincipalNavigation}' ve '{existingDependentEntityType}. {existingDependentNavigation}'. Gezinti özellikleri yalnızca tek bir ilişkiye katılabilir. |
ConflictingRelationshipNavigation(Object, Object, Object, Object)
'{existingPrincipalNavigationSpecification}' ile '{newDependentNavigationSpecification}' arasında bir ilişki oluşturulamıyor çünkü '{existingPrincipalNavigationSpecification}' ile '{existingDependentNavigationSpecification}' arasında zaten bir ilişki var. Gezintiler yalnızca tek bir ilişkiye katılabilir. 'OnModelCreating' içinde '{newDependentNavigationSpecification}' gezintisinde var olan bir ilişki çağrısını geçersiz kılmak için 'Ignore' çağrısı kullanın.
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}. '{existingPrincipalEntityType} arasında zaten bir ilişki olduğundan {newDependentNavigation}'. {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