PropertyMaxLengthConvention Constructor
Initializes a new instance of the PropertyMaxLengthConvention class.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | PropertyMaxLengthConvention() | Initializes a new instance of PropertyMaxLengthConvention with the default length. |
![]() | PropertyMaxLengthConvention(Int32) | Initializes a new instance of PropertyMaxLengthConvention with the specified length. |
PropertyMaxLengthConvention Constructor ()
Initializes a new instance of PropertyMaxLengthConvention with the default length.
PropertyMaxLengthConvention Constructor (Int32)
Initializes a new instance of PropertyMaxLengthConvention with the specified length.
Parameters
- length
-
Type:
System.Int32
The maximum lenght of properties.