DatabaseColumn.IsRequired Property
Gets a value that tells whether the DatabaseColumn is required.
Syntax
public System.Boolean IsRequired { get; }
Property Value
Default: false
True if the database column has a NOT NULL constraint, i.e. always contains a value; otherwise, False.
Platforms
Windows, Linux, Android