Share via


PropertyMaxLengthConvention Constructors

Definition

Overloads

PropertyMaxLengthConvention()

Initializes a new instance of PropertyMaxLengthConvention with the default length.

PropertyMaxLengthConvention(Int32)

Initializes a new instance of PropertyMaxLengthConvention with the specified length.

PropertyMaxLengthConvention()

Initializes a new instance of PropertyMaxLengthConvention with the default length.

public PropertyMaxLengthConvention ();
Public Sub New ()

Applies to

PropertyMaxLengthConvention(Int32)

Initializes a new instance of PropertyMaxLengthConvention with the specified length.

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

Parameters

length
Int32

The maximum lenght of properties.

Applies to