RelationalStrings.DuplicateColumnNameCollationMismatch Method

Definition

'{entityType1}.{property1}' and '{entityType2}.{property2}' are both mapped to column '{columnName}' in '{table}', but are configured to use different collations ('{collation1}' and '{collation2}').

public static string DuplicateColumnNameCollationMismatch (object entityType1, object property1, object entityType2, object property2, object columnName, object table, object collation1, object collation2);
public static string DuplicateColumnNameCollationMismatch (object? entityType1, object? property1, object? entityType2, object? property2, object? columnName, object? table, object? collation1, object? collation2);
static member DuplicateColumnNameCollationMismatch : obj * obj * obj * obj * obj * obj * obj * obj -> string
Public Shared Function DuplicateColumnNameCollationMismatch (entityType1 As Object, property1 As Object, entityType2 As Object, property2 As Object, columnName As Object, table As Object, collation1 As Object, collation2 As Object) As String

Parameters

entityType1
Object
property1
Object
entityType2
Object
property2
Object
columnName
Object
table
Object
collation1
Object
collation2
Object

Returns

Applies to