| Overload | Description |
|---|---|
| Add(String,WheredBConditions,String) | Add the base or first comparison test to the where clause prior to executing the selection of data from the database. |
| Add(String,WheredBConditions,Int32) | Add the base or first comparison test to the where clause prior to executing the selection of data from the database. |
| Add(String,WheredBConditions,Decimal) | Add the base or first comparison test to the where clause prior to executing the selection of data from the database. |
| Add(WheredBConnectors,String,WheredBConditions,String) | Add an additional comparison test to the where clause prior to executing the selection of data from the database. |
| Add(WheredBConnectors,String,WheredBConditions,Int32) | Add an additional comparison test to the where clause prior to executing the selection of data from the database. |
| Add(WheredBConnectors,String,WheredBConditions,Decimal) | Add an additional comparison test to the where clause prior to executing the selection of data from the database. |