Partager via


IConventionPropertyBuilder.HasMaxLength Méthode

Définition

Configure la longueur maximale des données pouvant être stockées dans cette propriété.

public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder HasMaxLength (int? maxLength, bool fromDataAnnotation = false);
public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder? HasMaxLength (int? maxLength, bool fromDataAnnotation = false);
abstract member HasMaxLength : Nullable<int> * bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder
Public Function HasMaxLength (maxLength As Nullable(Of Integer), Optional fromDataAnnotation As Boolean = false) As IConventionPropertyBuilder

Paramètres

maxLength
Nullable<Int32>

Longueur maximale des données autorisée dans la propriété. La valeur de -1 indique que la propriété n’a pas de longueur maximale.

fromDataAnnotation
Boolean

Indique si la configuration a été spécifiée à l’aide d’une annotation de données.

Retours

Le même générateur instance si la configuration a été appliquée, null sinon.

S’applique à