6.2.2.2 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
- 
                        cmdTextThe SQL command or stored procedure to be executed.