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.147 -- Release Build+d3f457d1afd6b6837224ebfb5072200d9cbf1b16
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