DbProvider MembersQuartz.NET API Documentation

The DbProvider type exposes the following members.

Constructors

  NameDescription
Public methodDbProvider
Initializes a new instance of the DbProvider class.
Top
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 methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodStatic memberGenerateValidProviderNamesInfo
Protected methodGetDbMetadata
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberRegisterDbMetadata
Registers DB metadata information for given provider name.
Public methodShutdown
Shutdowns this instance.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Fields

  NameDescription
Protected fieldStatic memberdbMetadataLookup
Protected fieldStatic memberDbProviderResourceName
Protected fieldStatic membernotInitializedMetadata
Protected fieldStatic memberPropertyDbProvider
Top
Properties

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