LengthPropertyConfiguration.HasMaxLength(Nullable<Int32>) 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.
Configure la propriété pour qu'elle atteigne la longueur maximale spécifiée.
public System.Data.Entity.ModelConfiguration.Configuration.LengthPropertyConfiguration HasMaxLength (Nullable<int> value);
member this.HasMaxLength : Nullable<int> -> System.Data.Entity.ModelConfiguration.Configuration.LengthPropertyConfiguration
Public Function HasMaxLength (value As Nullable(Of Integer)) As LengthPropertyConfiguration
Paramètres
Longueur maximale pour la propriété. La définition de « null » supprime toute restriction de longueur maximale de la propriété et une longueur par défaut est utilisée pour la colonne de base de données.
Retours
Le même LengthPropertyConfiguration instance afin que plusieurs appels puissent être chaînés.