Overload List
Type | Name | Description |
---|---|---|
![]() | SearchSQL()()() |
Use this when you are going to build the SQL statement using the SearchSQL
helper methods, rather than passing in the complete SQL statement.
|
![]() | SearchSQL(String) |
Specify the entire SQL statement as a String. Do not use this in conjunction
with any SearchSQL set methods. Calling any of these methods on this instance
will either overwrite or nullify the SQL statement specified here.
No SQL validation is performed on the specified String. |