[Missing <summary> documentation for "N:DbNetLink.Data"]
Classes
| Class | Description | |
|---|---|---|
| CommandConfig |
The CommandConfig class is used to combine an SQL statment and its associated parameters
into a single object
| |
| DbNetData |
The DbNetData class is used to encapsulate a database connection with a collection of methods and properties
that use the connection.
| |
| QueryCommandConfig |
The QueryCommandConfig class is used to combine an SQL statment, associated parameters
and CommandBehavior into a single object
| |
| UpdateCommandConfig |
The UpdateCommandConfig class is used to combine an SQL statment, associated update parameters
and filter parameters into a single object
|
Delegates
| Delegate | Description | |
|---|---|---|
| DbNetData..::.CommandConfiguredHandler |
Delegate definition for the OnCommandConfigured event.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| DatabaseType |
The DatabaseType enumerator identifies the database that is connected to. The enumerator is used for the Database property of the DbNetData class . The enumerator can also be specified on the DbNetData constructor #ctor(String, DataProvider, DatabaseType) when it is not possible to automatically detect the database connected to.
| |
| DataProvider |
The DataProvider enumerator identifies the .Net DataProvider to be used when connecting to a database with the Open()()() method
| |
| MetaDataType |
The MetaDataType enumerator identifies the meta data table that is returned when passed as a parameter to the MetaDataCollection(MetaDataType) method of the DbNetData class.
|