Udostępnij za pośrednictwem


PropertyMaxLengthConvention Konstruktory

Definicja

Przeciążenia

PropertyMaxLengthConvention()

Inicjuje nowe wystąpienie o PropertyMaxLengthConvention domyślnej długości.

PropertyMaxLengthConvention(Int32)

Inicjuje nowe wystąpienie o PropertyMaxLengthConvention określonej długości.

PropertyMaxLengthConvention()

Inicjuje nowe wystąpienie o PropertyMaxLengthConvention domyślnej długości.

public PropertyMaxLengthConvention ();
Public Sub New ()

Dotyczy

PropertyMaxLengthConvention(Int32)

Inicjuje nowe wystąpienie o PropertyMaxLengthConvention określonej długości.

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

Parametry

length
Int32

Maksymalna długość właściwości.

Dotyczy