DateTimePropertyConfiguration.IsOptional Method ()
Configures the property to be optional. The database column used to store this property will be nullable.
Assembly: EntityFramework (in EntityFramework.dll)
Return Value
Type: System.Data.Entity.ModelConfiguration.Configuration.DateTimePropertyConfigurationThe same DateTimePropertyConfiguration instance so that multiple calls can be chained.