JobStoreCMTOpenConnection Property

Quartz.NET 3.0 API Documentation
Instructs this job store whether connections should be automatically opened.

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

C#
public virtual bool OpenConnection { protected get; set; }

Property Value

Type: Boolean
See Also

Reference