ColumnTypeCasingConvention Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework