#WhereParser
##Properties
None.
##Methods
###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.
Parameters:
- System.Object obj - The System.Object to compare with the current System.Object.
Returns:
true if the specified System.Object is equal to the current System.Object; otherwise, false.
###ExcludeParam(Izenda.AdHoc.Database.ParamCollection) Gets an Izenda.AdHoc.Database.WhereParser object with the parameters stripped out based on the supplied Izenda.AdHoc.Database.ParamCollection.
Parameters:
- Izenda.AdHoc.Database.ParamCollection paramCollection - The list of Izenda.AdHoc.Database.ParamCollectioncontaining all the SQL parameters to be excluded from the statement.
Returns:
A Izenda.AdHoc.Database.WhereParser containing only the parameters that were not stripped from the original statement.
###GetHashCode() Serves as a hash function for a particular type.
Returns:
A hash code for the current System.Object.
###GetType() Gets the System.Type of the current instance.
Returns:
The System.Type instance that represents the exact runtime type of the current instance.
###ToString() Gets the System.String representation of the Izenda.AdHoc.Database.WhereParser statement that was generated.
Returns:
The System.String representation of the expression generated by the Izenda.AdHoc.Database.WhereParser.
