MetaColumn.IsRequired Property

 

Gets a value that indicates whether the data field requires a value.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

abstract IsRequired : bool with get
override IsRequired : bool with get

Property Value

Type: System.Boolean

true if the data field requires a value; otherwise, false.

The Description property verifies if a RequiredAttribute attribute is applied to the data field or if the database schema contains information about the data field being required in the database to determine whether the data field requires a value.

.NET Framework
Available since 3.5
Return to top
Show: