AceQLCommand Constructor (String, AceQLConnection, AceQLTransaction)
Initializes a new instance of the AceQLCommand class with the text of the query and a
AceQLConnection, and the AceQLTransaction.
Namespace:
AceQL.Client.ApiAssembly: AceQL.Client (in AceQL.Client.dll)
Syntax
public AceQLCommand( string cmdText, AceQLConnection connection, AceQLTransaction transaction )
Parameters
- cmdText
- Type: String
The text of the query.
- connection
- Type: AceQL.Client.Api..::..AceQLConnection
A AceQLConnection that represents the connection to a remote database.
- transaction
- Type: AceQL.Client.Api..::..AceQLTransaction
A AceQLTransaction.