Partager via


PropertyMaxLengthConvention Constructeurs

Définition

Surcharges

PropertyMaxLengthConvention()

Initialise un nouveau instance de PropertyMaxLengthConvention avec la longueur par défaut.

PropertyMaxLengthConvention(Int32)

Initialise une nouvelle instance de PropertyMaxLengthConvention avec la longueur spécifiée.

PropertyMaxLengthConvention()

Initialise un nouveau instance de PropertyMaxLengthConvention avec la longueur par défaut.

public PropertyMaxLengthConvention ();
Public Sub New ()

S’applique à

PropertyMaxLengthConvention(Int32)

Initialise une nouvelle instance de PropertyMaxLengthConvention avec la longueur spécifiée.

public PropertyMaxLengthConvention (int length);
new System.Data.Entity.ModelConfiguration.Conventions.PropertyMaxLengthConvention : int -> System.Data.Entity.ModelConfiguration.Conventions.PropertyMaxLengthConvention
Public Sub New (length As Integer)

Paramètres

length
Int32

Longueur maximale des propriétés.

S’applique à