The SqlFilterBuilder type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetAlternation |
Handles zero, one, or more phrases, returning a
standard SQL or clause.
| |
GetConjunction |
Handles zero, one, or more phrases, returning a
standard SQL and clause.
| |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetMatchPhrase |
Generates a standard SQL matching clause.
| |
GetPhrase(String, List String ) |
Creates a single phrase used in an SQL where clause;
see more at GetPhrase(String, String ) | |
GetPhrase(String, String ) |
Creates a single phrase used in an SQL where clause;
see more at GetPhrase(String, List String ) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Quote(String) |
Quotes a value to be used as an SQL literal, escaping
any embedded quotes.
| |
Quote( String ) |
Quotes an array of values, both modifying the array and
returning it for convenience.
| |
ToString | (Inherited from Object.) |
See Also