ColumnTypeCasingConvention Class
Entity Framework 5.0
Convention to convert any data types that were explicitly specified, by using data annotations or the DbModelBuilder API, to be lowercase.
Namespace: System.Data.Entity.ModelConfiguration.Conventions
Assembly: EntityFramework (in EntityFramework.dll)
The ColumnTypeCasingConvention type exposes the following members.
The default SqlClient provider is case sensitive and requires data types to be lowercase. This convention allows the ColumnAttribute and DbModelBuilder API to be case insensitive.
Show:
