IDbProvider MembersQuartz.NET API Documentation

The IDbProvider type exposes the following members.

Methods

  NameDescription
Public methodCreateCommand
Returns a new command object for executing SQL statments/Stored Procedures against the database.
Public methodCreateCommandBuilder
Returns a new instance of the providers CommandBuilder class.
Public methodCreateConnection
Returns a new connection object to communicate with the database.
Public methodCreateParameter
Returns a new parameter object for binding values to parameter placeholders in SQL statements or Stored Procedure variables.
Public methodShutdown
Shutdowns this instance.
Top
Properties

  NameDescription
Public propertyConnectionString
Connection string used to create connections.
Public propertyMetadata
Top
See Also