DateTimePropertyConfiguration.HasColumnName Method (String)
Configures the name of the database column used to store the property.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- columnName
-
Type:
System.String
The name of the column.
Return Value
Type: System.Data.Entity.ModelConfiguration.Configuration.DateTimePropertyConfigurationThe same DateTimePropertyConfiguration instance so that multiple calls can be chained.