SelectQuery..::..AddWhereItemFormula Method
Overload List
Name | Description | |
---|---|---|
AddWhereItemFormula(String, Conditions, String) |
Creates a where item formula object and adds it to the WhereItems list.
|
|
AddWhereItemFormula(String, Conditions, DateTime, DbDateTypes) |
Creates a where item formula object and adds it to the WhereItems list.
|
|
AddWhereItemFormula(String, Conditions, Int32) |
Creates a where item formula object and adds it to the WhereItems list.
|
|
AddWhereItemFormula(String, Conditions, Double) |
Creates a where item formula object and adds it to the WhereItems list.
|
|
AddWhereItemFormula(String, Conditions, Boolean) |
Creates a where item formula object and adds it to the WhereItems list.
|
|
AddWhereItemFormula(String) |
Creates a where item formula object and adds it to the WhereItems list. Used for formulas that have no condition or value.
|