Share via


SqlCePropertyMaxLengthConvention Constructors

Definition

Overloads

SqlCePropertyMaxLengthConvention()

Initializes a new instance of SqlCePropertyMaxLengthConvention with the default length.

SqlCePropertyMaxLengthConvention(Int32)

Initializes a new instance of SqlCePropertyMaxLengthConvention with the specified length.

SqlCePropertyMaxLengthConvention()

Initializes a new instance of SqlCePropertyMaxLengthConvention with the default length.

public SqlCePropertyMaxLengthConvention ();
Public Sub New ()

Applies to

SqlCePropertyMaxLengthConvention(Int32)

Initializes a new instance of SqlCePropertyMaxLengthConvention with the specified length.

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

Parameters

length
Int32

The default maximum length for properties.

Applies to