StreamingCommandCompletionToken..::..Transaction Property
If the data source wants the caller to commit the DbTransaction, it will be provided here.
Namespace:
Tortuga.Chain.CoreAssembly: 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 (); }