getCommand(String) Method
get the specific command object for commandText (SqlCommand, OleDbCommand or OdbcCommand), depending on type of connection
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)
Syntax
public DbCommand getCommand( string commandText )
Parameters
- commandText
- Type: Stringthe command text
Returns
DbCommand
the command object