AceQLCommand Properties
The AceQLCommand type exposes the following members.
Properties
Name | Description | |
---|---|---|
CommandText |
Gets ot set SQL statement to execute against a remote SQL database.
|
|
CommandType |
Gets or sets a value indicating how the CommandText property is to be interpreted.
|
|
Connection |
Gets or sets the AceQLConnection used by this instance of AceQLCommand.
|
|
Parameters |
Gets the AceQLParameterCollection.
|
|
Transaction |
Gets or sets the AceQLTransaction used by this instance of AceQLCommand.
|