PropertyMaxLengthConvention Constructor

 

Initializes a new instance of the PropertyMaxLengthConvention class.

Namespace:   System.Data.Entity.ModelConfiguration.Conventions
Assembly:  EntityFramework (in EntityFramework.dll)

NameDescription
System_CAPS_pubmethodPropertyMaxLengthConvention()

Initializes a new instance of PropertyMaxLengthConvention with the default length.

System_CAPS_pubmethodPropertyMaxLengthConvention(Int32)

Initializes a new instance of PropertyMaxLengthConvention with the specified length.


PropertyMaxLengthConvention Constructor ()

Initializes a new instance of PropertyMaxLengthConvention with the default length.

public PropertyMaxLengthConvention()

PropertyMaxLengthConvention Constructor (Int32)

Initializes a new instance of PropertyMaxLengthConvention with the specified length.

public PropertyMaxLengthConvention(
	int length
)

Parameters

length
Type: System.Int32

The maximum lenght of properties.