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

FieldDefinition..::..AllowNulls Property

Gets a value indicating whether this field allows null values.

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

Syntax


public bool AllowNulls { get; set; }
Public Property AllowNulls As Boolean
	Get
	Set
public:
property bool^ AllowNulls {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if [allow nulls]; otherwise, false.