[Missing <summary> documentation for N:DbNetLink.Data]
| C# | Visual Basic |
namespace DbNetLink.Data
Namespace DbNetLink.Data
| All Types | Classes | Enumerations | Delegates |
| Icon | Type | Description |
|---|---|---|
| CommandConfig |
The CommandConfig class is used to combine an SQL statment and its associated parameters
into a single object
| |
| DbNetData..::.CommandConfiguredHandler |
Delegate definition for the [!:DbNetLink.DbNetData.OnCommandConfigured] event.
| |
| DatabaseType |
The DatabaseType enumerator identifies the database that is connected to. The enumerator is used for the [!:DbNetLink.DbNetData.Database] property of the [!:DbNetLink.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 [!:DbNetLink.DbNetData.Open()] method
| |
| DbNetData |
The DbNetData class is used to encapsulate a database connection with a suite of methods and properties
that use the connection.
| |
| MetaDataType |
The MetaDataType enumerator identifies the meta data table that is returned when passed as a parameter to the [!:DbNetLink.DbNetData.MetaDataCollection(DbNetLink.MetaDataType)] method of the [!:DbNetLink.DbNetData] class.
| |
| 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
|