SqlCePropertyMaxLengthConvention Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Entity Framework