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

FieldDefinition..::..AllowUserNulls Property

Gets a value indicating whether [allow user nulls].

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

Syntax


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

Field Value

true if [allow user nulls]; otherwise, false.