RelationalStrings.DuplicateColumnNameMaxLengthMismatch Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
« {entityType1}. {property1}' et '{entityType2}. {property2} » sont tous deux mappés à la colonne « {columnName} » dans « {table} », mais sont configurés avec des longueurs maximales différentes (« {maxLength1} » et « {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
Paramètres
- entityType1
- Object
- property1
- Object
- entityType2
- Object
- property2
- Object
- columnName
- Object
- table
- Object
- maxLength1
- Object
- maxLength2
- Object
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.