SQLiteTransactionalDataSource Constructor (SQLiteDataSource, Nullable<(Of <(<'IsolationLevel>)>)>, Boolean)
Initializes a new instance of the SQLiteTransactionalDataSource class.
Namespace:
Tortuga.Chain.SQLiteAssembly: Tortuga.Chain.SQLite (in Tortuga.Chain.SQLite.dll)
Syntax
public SQLiteTransactionalDataSource( SQLiteDataSource dataSource, Nullable<IsolationLevel> isolationLevel, bool forwardEvents )
Public Sub New ( _ dataSource As SQLiteDataSource, _ isolationLevel As Nullable(Of IsolationLevel), _ forwardEvents As Boolean _ )
public: SQLiteTransactionalDataSource( SQLiteDataSource^ dataSource, Nullable<IsolationLevel^> isolationLevel, bool^ forwardEvents )
Parameters
- dataSource
- Type: Tortuga.Chain..::..SQLiteDataSource
The data source.
- isolationLevel
- Type: Nullable<(Of <(<'IsolationLevel>)>)>
The isolation level.
- forwardEvents
- Type: Boolean
if set to true [forward events].