The IDbManager type exposes the following members.

Methods

  NameDescription
Public methodCreateParameter
Creates a DbParameter instance for the current license database.
Public methodGetConnection
Gets a database connection for the specified connectionString.
Public methodGetDeleteCommand
Creates a delete database command for the specified parameters.
Public methodGetInsertCommand
Constructs an insert database command for the specified parameters.
Public methodGetSelectCommand
Constructs a select command for the specified parameters.
Public methodGetUpdateCommand
Creates an update database command for the specified parameters.

See Also