public OracleCommand( string commandText, CommandType commandType )
'Declaration Public Function New( _ ByVal commandText As String, _ ByVal commandType As CommandType _ )
OracleCommand myCommand = new OracleCommand("SCOTT.GetDepts", CommandType.StoredProcedure);
OracleCommand Class OracleCommand Members Overload List OracleDataReader Class OracleConnection Class