CreateCommand()
- Last UpdatedOct 13, 2022
- 1 minute read
Use the CreateCommand() method to create a new aaDBCommand object. You can configure the new object by adding parameters and then running it.
Syntax
aaDBCommand CreateCommand(
string CommandText,
aaDBCommandType CommandType,
bool ReturnDataset)
Remarks
For more details, see aaDBConnection Object.