RelationalStrings.DuplicateForeignKeyPrincipalTableMismatch 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
'{entityType1}' 上的外鍵 {foreignKeyProperties1} 和 '{entityType2}' 上的 {foreignKeyProperties2} 兩者都對應至 '{table}。{foreignKeyName}',但參考不同的主體資料表 ('{principalTable1}' 和 '{principalTable2}') 。
public static string DuplicateForeignKeyPrincipalTableMismatch (object index1, object entityType1, object index2, object entityType2, object table, object foreignKeyName, object principalTable1, object principalTable2);
public static string DuplicateForeignKeyPrincipalTableMismatch (object foreignKeyProperties1, object entityType1, object foreignKeyProperties2, object entityType2, object table, object foreignKeyName, object principalTable1, object principalTable2);
public static string DuplicateForeignKeyPrincipalTableMismatch (object? foreignKeyProperties1, object? entityType1, object? foreignKeyProperties2, object? entityType2, object? table, object? foreignKeyName, object? principalTable1, object? principalTable2);
static member DuplicateForeignKeyPrincipalTableMismatch : obj * obj * obj * obj * obj * obj * obj * obj -> string
static member DuplicateForeignKeyPrincipalTableMismatch : obj * obj * obj * obj * obj * obj * obj * obj -> string
Public Shared Function DuplicateForeignKeyPrincipalTableMismatch (index1 As Object, entityType1 As Object, index2 As Object, entityType2 As Object, table As Object, foreignKeyName As Object, principalTable1 As Object, principalTable2 As Object) As String
Public Shared Function DuplicateForeignKeyPrincipalTableMismatch (foreignKeyProperties1 As Object, entityType1 As Object, foreignKeyProperties2 As Object, entityType2 As Object, table As Object, foreignKeyName As Object, principalTable1 As Object, principalTable2 As Object) As String
參數
- index1foreignKeyProperties1
- Object
- entityType1
- Object
- index2foreignKeyProperties2
- Object
- entityType2
- Object
- table
- Object
- foreignKeyName
- Object
- principalTable1
- Object
- principalTable2
- Object