'Declaration Public Property Enlist As Boolean
public bool Enlist {get; set;}
This property corresponds to the "Enlist" key within the connection string. The default value is true.
SQLite engine itself doesn't support distributed transactions. Our provider emulates this support to allow using TransactionScope class.
SQLiteConnectionStringBuilder Class SQLiteConnectionStringBuilder Members