DecimalPropertyConfiguration.HasColumnType Method
Entity Framework 5.0
Configures the data type of the database column used to store the property.
Namespace: System.Data.Entity.ModelConfiguration.Configuration
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- columnType
- Type: System.String
Name of the database provider specific data type.
Return Value
Type: System.Data.Entity.ModelConfiguration.Configuration.DecimalPropertyConfigurationThe same DecimalPropertyConfiguration instance so that multiple calls can be chained.