JobStoreSupportSelectWithLockSQL Property

Quartz.NET 3.0 API Documentation
set the SQL statement to use to select and lock a row in the "locks" table.

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

C#
public virtual string SelectWithLockSQL { get; set; }

Property Value

Type: String
See Also

Reference