The SqlFilterBuilder type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an (Inherited from | ||
| 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.
| |
Serves as a hash function for a particular type.
(Inherited from | ||
| 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 ) | |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| 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.
| |
| (Inherited from |
See Also