The IDbManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateParameter |
Creates a DbParameter instance for the current license database.
| |
GetConnection |
Gets a database connection for the specified connectionString.
| |
GetDeleteCommand |
Creates a delete database command for the specified parameters.
| |
GetInsertCommand |
Constructs an insert database command for the specified parameters.
| |
GetSelectCommand |
Constructs a select command for the specified parameters.
| |
GetUpdateCommand |
Creates an update database command for the specified parameters.
|