DataTransaction Constructors
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.
Overloads
DataTransaction() |
Instantiates a new instance of the DataTransaction class. |
DataTransaction(IVsDataConnection) |
Instantiates a new instance of the DataTransaction class, specifying a data connection. |
DataTransaction()
Instantiates a new instance of the DataTransaction class.
protected:
DataTransaction();
protected DataTransaction ();
Protected Sub New ()
Applies to
DataTransaction(IVsDataConnection)
Instantiates a new instance of the DataTransaction class, specifying a data connection.
protected:
DataTransaction(Microsoft::VisualStudio::Data::Services::IVsDataConnection ^ connection);
protected DataTransaction (Microsoft.VisualStudio.Data.Services.IVsDataConnection connection);
new Microsoft.VisualStudio.Data.Framework.DataTransaction : Microsoft.VisualStudio.Data.Services.IVsDataConnection -> Microsoft.VisualStudio.Data.Framework.DataTransaction
Protected Sub New (connection As IVsDataConnection)
Parameters
- connection
- IVsDataConnection
The data connection used for communicating with the data source.