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