ColumnTypeCasingConvention Class

Definition

Convention to convert any data types that were explicitly specified, via data annotations or DbModelBuilder API, to be lower case. The default SqlClient provider is case sensitive and requires data types to be lower case. This convention allows the System.ComponentModel.DataAnnotations.ColumnAttrbiute and DbModelBuilder API to be case insensitive.

public sealed class ColumnTypeCasingConvention
type ColumnTypeCasingConvention = class
    interface IConvention
Public NotInheritable Class ColumnTypeCasingConvention
Inheritance
ColumnTypeCasingConvention
Implements

Applies to