PropertyMaxLengthConvention Class
Represents a convention to set a maximum length for properties whose type supports length facets. The default value is 128.
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. |
Name | Description | |
---|---|---|
![]() | Apply(AssociationType, DbModel) | Applies the convention the given model configuration. |
![]() | Apply(ComplexType, DbModel) | Applies the convention the given model configuration. |
![]() | Apply(EntityType, DbModel) | Applies the convention the given model configuration. |
![]() | 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.