This documentation is archived and is not being maintained.
PropertyMaxLengthConvention Class
Convention to set default maximum lengths for property types that support length facets.
System.Object
System.Data.Entity.ModelConfiguration.Conventions.PropertyMaxLengthConvention
Namespace:
System.Data.Entity.ModelConfiguration.Conventions Assembly:
EntityFramework (in EntityFramework.dll)
'Declaration
Public NotInheritable Class PropertyMaxLengthConvention _
Implements IConvention
'Usage
Dim instance As PropertyMaxLengthConvention
The PropertyMaxLengthConvention type exposes the following members.
Key properties default to 128. Fixed length properties default to 2000. Variable length properties default to 8000. Fixed length Unicode strings default to 1000. Variable length Unicode strings default to 4000.
Any public
static (
Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.