SqliteConnectionStringBuilder.RecursiveTriggers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether to enable recursive triggers. When true,
PRAGMA recursive_triggers
is sent immediately after opening the connection. When false, no pragma
is sent.
public bool RecursiveTriggers { get; set; }
member this.RecursiveTriggers : bool with get, set
Public Property RecursiveTriggers As Boolean
Property Value
A value indicating whether to enable recursive triggers.