SQLiteConfigurationOptionsRecursiveTriggers Property
Gets or sets the flag to indicate whether to enable recursive triggers.
Namespace: Gemstone.Configuration.SQLiteAssembly: Gemstone.Configuration (in Gemstone.Configuration.dll) Version: 1.0.138 -- Release Build+8ff390f7825bdae06374b48602e7b01afec64157
public bool RecursiveTriggers { get; set; }
Public Property RecursiveTriggers As Boolean
Get
Set
public:
property bool RecursiveTriggers {
bool get ();
void set (bool value);
}
function get_RecursiveTriggers();
function set_RecursiveTriggers(value);
Property Value
Boolean