Initializes a new instance of the SearchSQL class.

Overload List

  Name Description
Public method 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.
Public method 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.

See Also