SimplePropertiesTriggerPersistenceDelegateSupportSelectSimplePropsTrigger Field

Quartz.NET 3.0 API Documentation

[Missing <summary> documentation for "F:Quartz.Impl.AdoJobStore.SimplePropertiesTriggerPersistenceDelegateSupport.SelectSimplePropsTrigger"]

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

C#
protected const string SelectSimplePropsTrigger = "SELECT * FROM {0}SIMPROP_TRIGGERS WHERE SCHED_NAME = {1} AND TRIGGER_NAME = @triggerName AND TRIGGER_GROUP = @triggerGroup"

Field Value

Type: String
See Also

Reference