Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

AccessTransactionalDataSource Constructor (AccessDataSource, Nullable<(Of <(<'IsolationLevel>)>)>, Boolean)

Initializes a new instance of the AccessTransactionalDataSource class.

Namespace:  Tortuga.Chain.Access
Assembly:  Tortuga.Chain.Access (in Tortuga.Chain.Access.dll)

Syntax


public AccessTransactionalDataSource(
	AccessDataSource dataSource,
	Nullable<IsolationLevel> isolationLevel,
	bool forwardEvents
)
Public Sub New ( _
	dataSource As AccessDataSource, _
	isolationLevel As Nullable(Of IsolationLevel), _
	forwardEvents As Boolean _
)
public:
AccessTransactionalDataSource(
	AccessDataSource^ dataSource, 
	Nullable<IsolationLevel^> isolationLevel, 
	bool^ forwardEvents
)

Parameters

dataSource
Type: Tortuga.Chain..::..AccessDataSource
The data source.
isolationLevel
Type: Nullable<(Of <(<'IsolationLevel>)>)>
The isolation level.
forwardEvents
Type: Boolean
if set to true [forward events].