AceQLCommand Constructor (String, AceQLConnection)
Initializes a new instance of the AceQLCommand class with the text of the query
and a AceQLConnection.
Namespace:
AceQL.Client.ApiAssembly: AceQL.Client (in AceQL.Client.dll)
Syntax
public AceQLCommand( string cmdText, AceQLConnection connection )
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.