RelationalStrings.DuplicateColumnNameCollationMismatch Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
'{entityType1}. {property1}' und '{entityType2}. {property2}' wird der Spalte '{columnName}' in '{table}' zugeordnet, sind jedoch für die Verwendung verschiedener Sortierungen ('{sortation1}' und '{collation2}') konfiguriert.
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
Parameter
- entityType1
- Object
- property1
- Object
- entityType2
- Object
- property2
- Object
- columnName
- Object
- table
- Object
- collation1
- Object
- collation2
- Object
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Entity Framework