DataConnection.Transaction 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.
Retrieves an object that enables transaction processing; that is, allows you to begin, commit, and rollback transactions on the data source.
public:
property Microsoft::VisualStudio::Data::DataTransaction ^ Transaction { Microsoft::VisualStudio::Data::DataTransaction ^ get(); };
public Microsoft.VisualStudio.Data.DataTransaction Transaction { get; }
member this.Transaction : Microsoft.VisualStudio.Data.DataTransaction
Public ReadOnly Property Transaction As DataTransaction
Property Value
Returns a DataTransaction object instance, which provides the ability to begin, commit, and rollback transactions on the data source.