JobStoreSupportConnectionManager Property

Quartz.NET 3.0 API Documentation
Get or set the database connection manager.

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

C#
public IDbConnectionManager ConnectionManager { get; set; }

Property Value

Type: IDbConnectionManager
See Also

Reference