Custom user controls for database access.
Classes
Class | Description | |
---|---|---|
ConnectionStringManager |
Provides a plug-and-play compound user control that allows defining and testing
connection strings to connect to a SQL Server, Oracle, or MySql database,
or any data source that has ODBC connectivity.
| |
MultiConnectionStringManager |
Provides the capability for a user to manipulate and test
a set of database connection strings and associated details,
leveraging the ConnectionStringManager control.
| |
Query |
This class is a container for details about a query, used exclusively by QueryPicker.
| |
QueryCollection |
An empty class, needed only to give a name to a generic type instance
to be used in a serialized file of Query objects.
| |
QueryPicker |
Builds meta-queries from templates,
dynamically generating a set of input fields for the place holders within
a meta-query template,
then letting the user enter values in any or all fields,
and finally returning a finished meta-query.
|
Enumerations
Enumeration | Description | |
---|---|---|
ConnectionStringManager AccessLevel |
Specifies the exposure of each credential parameter.
| |
ConnectionStringManager DBTypes |
Specifies the type of database.
|