RelationalStrings.DuplicateColumnNameMaxLengthMismatch Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
'{entityType1}. {property1}' e '{entityType2}. {property2}' è mappato alla colonna '{columnName}' in '{table}', ma sono configurati con lunghezze massime diverse ('{maxLength1}' e '{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
Parametri
- entityType1
- Object
- property1
- Object
- entityType2
- Object
- property2
- Object
- columnName
- Object
- table
- Object
- maxLength1
- Object
- maxLength2
- Object
Restituisce
Si applica a
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.