SimplePropertiesTriggerPersistenceDelegateSupportInsertSimplePropsTrigger Field

Quartz.NET 3.0 API Documentation

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

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

C#
protected const string InsertSimplePropsTrigger = "INSERT INTO {0}SIMPROP_TRIGGERS (SCHED_NAME, TRIGGER_NAME, TRIGGER_GROUP, STR_PROP_1, STR_PROP_2, STR_PROP_3, INT_PROP_1, INT_PROP_2, LONG_PROP_1, LONG_PROP_2, DEC_PROP_1, DEC_PROP_2, BOOL_PROP_1, BOOL_PROP_2, TIME_ZONE_ID)  VALUES({1}, @triggerName, @triggerGroup, @string1, @string2, @string3, @int1, @int2, @long1, @long2, @decimal1, @decimal2, @boolean1, @boolean2, @timeZoneId)"

Field Value

Type: String
See Also

Reference