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

SelectQuery..::..AddWhereItemFormula Method (String)

Creates a where item formula object and adds it to the WhereItems list. Used for formulas that have no condition or value.

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

Syntax


public WhereFormulaItem AddWhereItemFormula(
	string formula
)
Public Function AddWhereItemFormula ( _
	formula As String _
) As WhereFormulaItem
public:
WhereFormulaItem^ AddWhereItemFormula(
	String^ formula
)

Parameters

formula
Type: String
The formula.

Return Value

WhereFormulaItem.