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.QueryBuilderAssembly: 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.