TransactionManager.CurrentTransaction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return the current active transaction.
public:
property Microsoft::VisualStudio::Modeling::Transaction ^ CurrentTransaction { Microsoft::VisualStudio::Modeling::Transaction ^ get(); };
public Microsoft.VisualStudio.Modeling.Transaction CurrentTransaction { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.CurrentTransaction : Microsoft.VisualStudio.Modeling.Transaction
Public ReadOnly Property CurrentTransaction As Transaction
Property Value
- Attributes