DbMetadataFactoryGetDbMetadata Method

Quartz.NET 3.0 API Documentation
Gets the database metadata associated to the specified provider name.

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

C#
public abstract DbMetadata GetDbMetadata(
	string providerName
)

Parameters

providerName
Type: SystemString
Name of the provider.

Return Value

Type: DbMetadata
The metadata instance for the requested provider
See Also

Reference