MsDb2EntityCommand 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
| MsDb2EntityCommand() | |
| MsDb2EntityCommand(String) | |
| MsDb2EntityCommand(String, MsDb2Connection) | |
| MsDb2EntityCommand(String, MsDb2Connection, DbTransaction) |
MsDb2EntityCommand()
public:
MsDb2EntityCommand();
public MsDb2EntityCommand ();
Public Sub New ()
Applies to
MsDb2EntityCommand(String)
public:
MsDb2EntityCommand(System::String ^ commandText);
public MsDb2EntityCommand (string commandText);
new Microsoft.HostIntegration.MsDb2EntityClient.MsDb2EntityCommand : string -> Microsoft.HostIntegration.MsDb2EntityClient.MsDb2EntityCommand
Public Sub New (commandText As String)
Parameters
- commandText
- String
Applies to
MsDb2EntityCommand(String, MsDb2Connection)
public:
MsDb2EntityCommand(System::String ^ commandText, Microsoft::HostIntegration::MsDb2Client::MsDb2Connection ^ connection);
public MsDb2EntityCommand (string commandText, Microsoft.HostIntegration.MsDb2Client.MsDb2Connection connection);
new Microsoft.HostIntegration.MsDb2EntityClient.MsDb2EntityCommand : string * Microsoft.HostIntegration.MsDb2Client.MsDb2Connection -> Microsoft.HostIntegration.MsDb2EntityClient.MsDb2EntityCommand
Public Sub New (commandText As String, connection As MsDb2Connection)
Parameters
- commandText
- String
- connection
- MsDb2Connection
Applies to
MsDb2EntityCommand(String, MsDb2Connection, DbTransaction)
public:
MsDb2EntityCommand(System::String ^ commandText, Microsoft::HostIntegration::MsDb2Client::MsDb2Connection ^ connection, System::Data::Common::DbTransaction ^ transaction);
public MsDb2EntityCommand (string commandText, Microsoft.HostIntegration.MsDb2Client.MsDb2Connection connection, System.Data.Common.DbTransaction transaction);
new Microsoft.HostIntegration.MsDb2EntityClient.MsDb2EntityCommand : string * Microsoft.HostIntegration.MsDb2Client.MsDb2Connection * System.Data.Common.DbTransaction -> Microsoft.HostIntegration.MsDb2EntityClient.MsDb2EntityCommand
Public Sub New (commandText As String, connection As MsDb2Connection, transaction As DbTransaction)
Parameters
- commandText
- String
- connection
- MsDb2Connection
- transaction
- DbTransaction