RelationalStrings.DuplicateKeyColumnMismatch 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
'{entityType1}' 上的索引鍵 {keyProperties1}' 和 '{entityType2}' 上的 {keyProperties2} 兩者都對應至 '{table}。{keyName}',但有不同的資料行 ({columnNames1} 和 {columnNames2}) 。
public static string DuplicateKeyColumnMismatch (object key1, object entityType1, object key2, object entityType2, object table, object keyName, object columnNames1, object columnNames2);
public static string DuplicateKeyColumnMismatch (object keyProperties1, object entityType1, object keyProperties2, object entityType2, object table, object keyName, object columnNames1, object columnNames2);
public static string DuplicateKeyColumnMismatch (object? keyProperties1, object? entityType1, object? keyProperties2, object? entityType2, object? table, object? keyName, object? columnNames1, object? columnNames2);
static member DuplicateKeyColumnMismatch : obj * obj * obj * obj * obj * obj * obj * obj -> string
static member DuplicateKeyColumnMismatch : obj * obj * obj * obj * obj * obj * obj * obj -> string
Public Shared Function DuplicateKeyColumnMismatch (key1 As Object, entityType1 As Object, key2 As Object, entityType2 As Object, table As Object, keyName As Object, columnNames1 As Object, columnNames2 As Object) As String
Public Shared Function DuplicateKeyColumnMismatch (keyProperties1 As Object, entityType1 As Object, keyProperties2 As Object, entityType2 As Object, table As Object, keyName As Object, columnNames1 As Object, columnNames2 As Object) As String
參數
- key1keyProperties1
- Object
- entityType1
- Object
- key2keyProperties2
- Object
- entityType2
- Object
- table
- Object
- keyName
- Object
- columnNames1
- Object
- columnNames2
- Object