RelationalStrings.DuplicateColumnNameMaxLengthMismatch 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}' ist der Spalte '{columnName}' in '{table}' zugeordnet, aber mit unterschiedlichen maximalen Längen konfiguriert ("{maxLength1}" und "{maxLength2}").
public static string DuplicateColumnNameMaxLengthMismatch (object entityType1, object property1, object entityType2, object property2, object columnName, object table, object maxLength1, object maxLength2);
public static string DuplicateColumnNameMaxLengthMismatch (object? entityType1, object? property1, object? entityType2, object? property2, object? columnName, object? table, object? maxLength1, object? maxLength2);
static member DuplicateColumnNameMaxLengthMismatch : obj * obj * obj * obj * obj * obj * obj * obj -> string
Public Shared Function DuplicateColumnNameMaxLengthMismatch (entityType1 As Object, property1 As Object, entityType2 As Object, property2 As Object, columnName As Object, table As Object, maxLength1 As Object, maxLength2 As Object) As String
Parameter
- entityType1
- Object
- property1
- Object
- entityType2
- Object
- property2
- Object
- columnName
- Object
- table
- Object
- maxLength1
- Object
- maxLength2
- 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