AceQLCommand Constructor
Overload List
Name | Description | |
---|---|---|
AceQLCommand()()()() |
Initializes a new instance of the AceQLCommand class.
|
|
AceQLCommand(String) |
Initializes a new instance of the AceQLCommand class with the text of the query.
|
|
AceQLCommand(String, AceQLConnection) |
Initializes a new instance of the AceQLCommand class with the text of the query
and a AceQLConnection.
|
|
AceQLCommand(AceQLConnection) |
Initializes a new instance of the AceQLCommand class.
|
|
AceQLCommand(String, AceQLConnection, AceQLTransaction) |
Initializes a new instance of the AceQLCommand class with the text of the query and a
AceQLConnection, and the AceQLTransaction.
|