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

SelectQuery..::..AddWhereItemFormula Method (String, Conditions, DateTime, DbDateTypes)

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,
	DateTime value,
	DbDateTypes dateType
)
Public Function AddWhereItemFormula ( _
	formula As String, _
	condition As Conditions, _
	value As DateTime, _
	dateType As DbDateTypes _
) As WhereFormulaItem
public:
WhereFormulaItem^ AddWhereItemFormula(
	String^ formula, 
	Conditions^ condition, 
	DateTime^ value, 
	DbDateTypes^ dateType
)

Parameters

formula
Type: String
The formula.
condition
Type: RingSoft.DbLookup.QueryBuilder..::..Conditions
The condition.
value
Type: DateTime
The value.
dateType
Type: RingSoft.DbLookup.QueryBuilder..::..DbDateTypes
Type of the date.

Return Value

WhereFormulaItem.