OracleCommand(string)
This constructor instantiates a new instance of OracleCommand
class using the supplied SQL command or stored procedure, and connection to the Oracle database.
Declaration
// C#
public OracleCommand(string cmdText);
Parameters
-
cmdText
The SQL command or stored procedure to be executed.