RelationalStrings.DuplicateForeignKeyPrincipalColumnMismatch 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.
'{entityType1}' üzerindeki {foreignKeyProperties1} ve '{entityType2}' üzerindeki {foreignKeyProperties2} yabancı anahtarların ikisi de '{table} ile eşlendi. {foreignKeyName}' ancak farklı asıl sütunlara başvuruyor ({principalColumnNames1} ve {principalColumnNames2}).
public static string DuplicateForeignKeyPrincipalColumnMismatch (object index1, object entityType1, object index2, object entityType2, object table, object foreignKeyName, object principalColumnNames1, object principalColumnNames2);
public static string DuplicateForeignKeyPrincipalColumnMismatch (object foreignKeyProperties1, object entityType1, object foreignKeyProperties2, object entityType2, object table, object foreignKeyName, object principalColumnNames1, object principalColumnNames2);
public static string DuplicateForeignKeyPrincipalColumnMismatch (object? foreignKeyProperties1, object? entityType1, object? foreignKeyProperties2, object? entityType2, object? table, object? foreignKeyName, object? principalColumnNames1, object? principalColumnNames2);
static member DuplicateForeignKeyPrincipalColumnMismatch : obj * obj * obj * obj * obj * obj * obj * obj -> string
static member DuplicateForeignKeyPrincipalColumnMismatch : obj * obj * obj * obj * obj * obj * obj * obj -> string
Public Shared Function DuplicateForeignKeyPrincipalColumnMismatch (index1 As Object, entityType1 As Object, index2 As Object, entityType2 As Object, table As Object, foreignKeyName As Object, principalColumnNames1 As Object, principalColumnNames2 As Object) As String
Public Shared Function DuplicateForeignKeyPrincipalColumnMismatch (foreignKeyProperties1 As Object, entityType1 As Object, foreignKeyProperties2 As Object, entityType2 As Object, table As Object, foreignKeyName As Object, principalColumnNames1 As Object, principalColumnNames2 As Object) As String
Parametreler
- index1foreignKeyProperties1
- Object
- entityType1
- Object
- index2foreignKeyProperties2
- Object
- entityType2
- Object
- table
- Object
- foreignKeyName
- Object
- principalColumnNames1
- Object
- principalColumnNames2
- Object
Döndürülenler
Şunlara uygulanır
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Entity Framework