The SqlFilterBuilder type exposes the following members.
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| SqlFilterBuilder |
Initializes a new instance of the SqlFilterBuilder class
without regard to underlying data types.
| |
| SqlFilterBuilder(DataTable) |
Initializes a new instance of the SqlFilterBuilder class,
allowing for optimizations based on data types.
| |
| SqlFilterBuilder(DataView) |
Initializes a new instance of the SqlFilterBuilder class,
allowing for optimizations based on data types.
| |
| SqlFilterBuilder(BindingSource) |
Initializes a new instance of the SqlFilterBuilder class,
allowing for optimizations based on data types.
|
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