SqlCePropertyMaxLengthConvention Constructor
Initializes a new instance of the SqlCePropertyMaxLengthConvention class.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | SqlCePropertyMaxLengthConvention() | Initializes a new instance of the SqlCePropertyMaxLengthConvention with the default length. |
![]() | SqlCePropertyMaxLengthConvention(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.
SqlCePropertyMaxLengthConvention Constructor (Int32)
Initializes a new instance of the SqlCePropertyMaxLengthConvention with the specified length.
Parameters
- length
-
Type:
System.Int32
The default maximum length for properties.