dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleCommand Class

In This Topic
OracleCommand Class Methods
In This Topic

For a list of all members of this type, see OracleCommand members.

Public Methods
 NameDescription
Public MethodOverloaded. Starts an asynchronous invocation of an ExecuteNonQuery method. (Inherited from Devart.Common.DbCommandBase)
Public MethodOverloaded. Starts an asynchronous invocation of an System.Data.Common.DbCommand.ExecuteReader method. (Inherited from Devart.Common.DbCommandBase)
Public MethodOverridden. Stops execution of OracleCommand methods.  
Public MethodCreates a new object that is a copy of the current OracleCommand instance.  
Public Method (Inherited from System.MarshalByRefObject)
Public MethodCreates a new instance of a OracleParameter object.  
Public Method (Inherited from System.ComponentModel.Component)
Public MethodEnds an asynchronous invocation of the ExecuteNonQuery method. (Inherited from Devart.Common.DbCommandBase)
Public MethodEnds an asynchronous invocation of the ExecuteReader method.  
Public MethodOverloaded. Executes SQL statement specified number of times.  
Public MethodExecutes the CommandText and returns an OracleCursor object.  
Public MethodOverridden. Executes SQL statement against the OracleConnection and returns the number of rows affected.  
Public MethodReturns a specific subset of rows when paging through the results of a query.  
Public MethodOverloaded. Sends the CommandText to the Connection and builds a OracleDataReader.  
Public MethodExecutes the query, and returns the first column of the first row in the result set returned by the query. Extra columns or rows are ignored. (Inherited from Devart.Common.DbCommandBase)
Public Method (Inherited from System.MarshalByRefObject)
Public MethodReturns count of records in the resultset. (Inherited from Devart.Common.DbCommandBase)
Public MethodReturns Oracle ROWID string that represents physical location of the row inside the table.  
Public Method (Inherited from System.MarshalByRefObject)
Public MethodCreates a prepared (or compiled) version of the command on the server. (Inherited from Devart.Common.DbCommandBase)
Public Method (Inherited from Devart.Common.DbCommandBase)
Public MethodOverridden. Resets CommandTimeout to its default value.  
Public Method (Inherited from System.ComponentModel.Component)
Top
See Also