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

WhereFormulaItem..::..NoValue Property

Gets a value indicating whether that this formula has no condition or value.

Namespace:  RingSoft.DbLookup.QueryBuilder
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


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

Field Value

true no condition or value; otherwise, false.