JobStoreSupportDontSetAutoCommitFalse Property

Quartz.NET 3.0 API Documentation
Don't call set autocommit(false) on connections obtained from the DataSource. This can be helpful in a few situations, such as if you have a driver that complains if it is called when it is already off.

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

C#
public virtual bool DontSetAutoCommitFalse { get; set; }

Property Value

Type: Boolean
See Also

Reference