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 | |
---|---|---|
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