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