SqlCePropertyMaxLengthConvention Class
Represents a convention to set a default maximum length of 4000 for properties whose type supports length facets when SqlCe is the provider.
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. |
Name | Description | |
---|---|---|
![]() | Apply(ComplexType, DbModel) | Applies the convention to the given provider. |
![]() | Apply(EntityType, DbModel) | Applies the convention to the given provider. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.