dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteConnectionStringBuilder Class / RecursiveTriggers Property

In This Topic
    RecursiveTriggers Property
    In This Topic
    Determines whether the recursive triggers are turned on.
    Syntax
    'Declaration
     
    Public Property RecursiveTriggers As Boolean
    public bool RecursiveTriggers {get; set;}

    Property Value

    If true - recursive triggers are turned on; otherwise they are turned off. Default value is false.
    Remarks

    If this property is specified, the recursive_triggers SQLite PRAGMA statement is executed when connecting.

    See Also