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