PrimitivePropertyConfiguration.IsRequired Method ()
Configures the property to be required. The database column used to store this property will be non-nullable.
Assembly: EntityFramework (in EntityFramework.dll)
Return Value
Type: System.Data.Entity.ModelConfiguration.Configuration.PrimitivePropertyConfigurationThe same PrimitivePropertyConfiguration instance so that multiple calls can be chained.