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

PostgreSqlTransactionalDataSource Constructor (PostgreSqlDataSource, Nullable<(Of <(<'IsolationLevel>)>)>, Boolean)

Initializes a new instance of the PostgreSqlTransactionalDataSource class.

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

Syntax


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

Parameters

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