DbProvider Constructor

Quartz.NET 3.0 API Documentation
Initializes a new instance of the DbProvider class.

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

C#
public DbProvider(
	string dbProviderName,
	string connectionString
)

Parameters

dbProviderName
Type: SystemString
Name of the db provider.
connectionString
Type: SystemString
The connection string.
See Also

Reference