#WhereParser

##Properties

None.

##Methods

###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.

Parameters:

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:

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.