Click or drag to resize

IDbProvider Methods

The IDbProvider type exposes the following members.

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