IConventionProperty.SetMaxLength(Nullable<Int32>, Boolean) 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.
Définit la longueur maximale des données autorisées dans cette propriété. Par exemple, si la propriété est un String ' , il s’agit du nombre maximal de caractères.
public int? SetMaxLength (int? maxLength, bool fromDataAnnotation = false);
abstract member SetMaxLength : Nullable<int> * bool -> Nullable<int>
Public Function SetMaxLength (maxLength As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Integer)
Paramètres
- fromDataAnnotation
- Boolean
Indique si la configuration a été spécifiée à l’aide d’une annotation de données.
Retours
Propriété configurée.
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.