PropertyMaxLengthConvention 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
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
Entity Framework