LengthColumnConfiguration.IsMaxLength 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 colonne pour qu'elle autorise la longueur maximale prise en charge par le fournisseur de base de données.
public System.Data.Entity.ModelConfiguration.Configuration.LengthColumnConfiguration IsMaxLength ();
member this.IsMaxLength : unit -> System.Data.Entity.ModelConfiguration.Configuration.LengthColumnConfiguration
Public Function IsMaxLength () As LengthColumnConfiguration
Retours
La même LengthColumnConfiguration instance afin que plusieurs appels puissent être chaînés.
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.