Initializes an AseCommand object.
void AseCommand( )
void AseCommand( string cmdText )
void AseCommand( string cmdText, AseConnection connection )
void AseCommand( string cmdText, AseConnection connection, AseTransaction transaction )
cmdText: The text of the SQL statement or stored procedure.
connection: The current connection.
transaction: The AseTransaction in which the AseConnection executes.