Click or drag to resize

IDbMonitorProvider Methods

The IDbMonitorProvider type exposes the following members.

Methods
  NameDescription
Public methodCloneConnection
Get connection to a specified connection string
(Inherited from IDbProvider.)
Public methodConvertValue(Object, Type)
Convert value
(Inherited from IDbProvider.)
Public methodConvertValueT(Object)
Convert value
(Inherited from IDbProvider.)
Public methodCreateCommand(DataContext, SqlStatement)
Creates a command on the specified transaction
(Inherited from IDbProvider.)
Public methodCreateCommand(DataContext, String, Object)
Create command with specified text and parameters
(Inherited from IDbProvider.)
Public methodCreateStoredProcedureCommand
Creates a stored procedure call command
(Inherited from IDbProvider.)
Public methodGetDatabaseName
Get the name of the database
(Inherited from IDbProvider.)
Public methodGetReadonlyConnection
Retrieves a readonly connection
(Inherited from IDbProvider.)
Public methodGetWriteConnection
Retrieves a read/writer connection
(Inherited from IDbProvider.)
Public methodMapParameterType
Map a type to parameter type
(Inherited from IDbProvider.)
Public methodMapSchemaDataType
Map datatype
(Inherited from IDbProvider.)
Public methodStatActivity
Stats the database to get running queries and state
Top
Extension Methods
See Also