SelectQuery..::..AddWhereItemFormula Method (String, Conditions, Boolean)
Creates a where item formula object and adds it to the WhereItems list.
Namespace:
RingSoft.DbLookup.QueryBuilderAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public WhereFormulaItem AddWhereItemFormula( string formula, Conditions condition, bool value )
Public Function AddWhereItemFormula ( _ formula As String, _ condition As Conditions, _ value As Boolean _ ) As WhereFormulaItem
public: WhereFormulaItem^ AddWhereItemFormula( String^ formula, Conditions^ condition, bool^ value )
Parameters
- formula
- Type: String
The formula.
- condition
- Type: RingSoft.DbLookup.QueryBuilder..::..Conditions
The condition.
- value
- Type: Boolean
if set to true [value].