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

SelectQuery..::..AddWhereItemFormula Method (String, Conditions, Double)

Creates a where item formula object and adds it to the WhereItems list.

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

Syntax


public WhereFormulaItem AddWhereItemFormula(
	string formula,
	Conditions condition,
	double value
)
Public Function AddWhereItemFormula ( _
	formula As String, _
	condition As Conditions, _
	value As Double _
) As WhereFormulaItem
public:
WhereFormulaItem^ AddWhereItemFormula(
	String^ formula, 
	Conditions^ condition, 
	double^ value
)

Parameters

formula
Type: String
The formula.
condition
Type: RingSoft.DbLookup.QueryBuilder..::..Conditions
The condition.
value
Type: Double
The value.

Return Value

WhereFormulaItem.