RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

FieldDefinitionType<(Of <(<'TFieldDefinition>)>)>..::..IsRequired Method

Determines whether this field will allow nulls.

Namespace:  RingSoft.DbLookup.ModelDefinition.FieldDefinitions
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


public TFieldDefinition IsRequired(
	bool value
)
Public Function IsRequired ( _
	value As Boolean _
) As TFieldDefinition
public:
TFieldDefinition IsRequired(
	bool^ value
)

Parameters

value
Type: Boolean
if set to true [value].

Return Value

TFieldDefinition.