SqlCePropertyMaxLengthConvention Constructor

 

Initializes a new instance of the SqlCePropertyMaxLengthConvention class.

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

NameDescription
System_CAPS_pubmethodSqlCePropertyMaxLengthConvention()

Initializes a new instance of the SqlCePropertyMaxLengthConvention with the default length.

System_CAPS_pubmethodSqlCePropertyMaxLengthConvention(Int32)

Initializes a new instance of the SqlCePropertyMaxLengthConvention with the specified length.


SqlCePropertyMaxLengthConvention Constructor ()

Initializes a new instance of the SqlCePropertyMaxLengthConvention with the default length.

public SqlCePropertyMaxLengthConvention()

SqlCePropertyMaxLengthConvention Constructor (Int32)

Initializes a new instance of the SqlCePropertyMaxLengthConvention with the specified length.

public SqlCePropertyMaxLengthConvention(
	int length
)

Parameters

length
Type: System.Int32

The default maximum length for properties.