RelationalStrings.DuplicateKeyColumnMismatch Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The keys {keyProperties1} on '{entityType1}' and {keyProperties2} on '{entityType2}' are both mapped to '{table}.{keyName}', but with different columns ({columnNames1} and {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
Parameters
- key1keyProperties1
- Object
- entityType1
- Object
- key2keyProperties2
- Object
- entityType2
- Object
- table
- Object
- keyName
- Object
- columnNames1
- Object
- columnNames2
- Object
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework