DbMetadata Class

Quartz.NET 3.0 API Documentation
Metadata information about specific ADO.NET driver library. Metadata is used to create correct types of object instances to interact with the underlying database.
Inheritance Hierarchy

SystemObject
  Quartz.Impl.AdoJobStore.CommonDbMetadata

Namespace:  Quartz.Impl.AdoJobStore.Common
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public class DbMetadata

The DbMetadata type exposes the following members.

Constructors

  NameDescription
Public methodDbMetadata
Initializes a new instance of the DbMetadata class
Top
Properties

  NameDescription
Public propertyAssemblyName
Gets or sets the name of the assembly that holds the connection library.
Public propertyBindByName
Gets or sets a value indicating whether parameters are bind by name when using ADO.NET parameters.
Public propertyCommandType
Gets or sets the type of the command.
Public propertyConnectionType
Gets or sets the type of the connection.
Public propertyDbBinaryType
Gets the type of the db binary.
Public propertyDbBinaryTypeName
Gets or sets the type of the db binary column. This is a string representation of Enum element because this information is database driver specific.
Public propertyExceptionType
Gets or sets the type of the exception that is thrown when using driver library.
Public propertyParameterDbType
Gets or sets the type of the database parameters.
Public propertyParameterDbTypeProperty
Gets the parameter db type property.
Public propertyParameterDbTypePropertyName
Sets the name of the parameter db type property.
Public propertyParameterIsNullableProperty
Gets the parameter is nullable property.
Public propertyParameterNamePrefix
Gets or sets the parameter name prefix.
Public propertyParameterType
Gets or sets the type of the parameter.
Public propertyProductName
Gets or sets the name of the product.
Public propertyUseParameterNamePrefixInParameterCollection
Gets or sets a value indicating whether [use parameter name prefix in parameter collection].
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetParameterName
Gets the name of the parameter which includes the parameter prefix for this database.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInit
Initializes this instance. Parses information and initializes startup values.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference