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

StreamingCommandCompletionToken..::..Transaction Property

If the data source wants the caller to commit the DbTransaction, it will be provided here.

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

Syntax


[SuppressMessageAttribute]
public Nullable<DbTransaction> Transaction { get; }
<SuppressMessageAttribute> _
Public ReadOnly Property Transaction As Nullable(Of DbTransaction)
	Get
[SuppressMessageAttribute]
public:
property Nullable<DbTransaction^> Transaction {
	Nullable<DbTransaction^> get ();
}

Field Value

The transaction.