Share via


DateTimePropertyConfiguration.IsRequired Method

Definition

Configures the property to be required. The database column used to store this property will be non-nullable. DateTime properties are required by default.

public System.Data.Entity.ModelConfiguration.Configuration.DateTimePropertyConfiguration IsRequired ();
override this.IsRequired : unit -> System.Data.Entity.ModelConfiguration.Configuration.DateTimePropertyConfiguration
Public Function IsRequired () As DateTimePropertyConfiguration

Returns

The same DateTimePropertyConfiguration instance so that multiple calls can be chained.

Applies to