| Devart.Data.Oracle Namespace : OracleCommand Class |
OracleCommand Constructor | Overloaded. Initializes a new instance of the OracleCommand class. |
Cached | Gets or sets a value indicating whether Oracle resources assosiated with the current statement will be cached inside a session. |
CommandText | Overridden. Gets or sets the SQL or PL/SQL statement or stored procedure to execute against the Oracle database. |
CommandTimeout | Overridden. Gets or sets the wait time before terminating an attempt to execute a command and generating an error. |
CommandType | Overridden. Gets or sets a value indicating how the CommandText property is to be interpreted. |
Connection | Gets or sets the OracleConnection used by this instance of the OracleCommand. |
| Gets the |
FetchSize | Gets or sets the number of rows that will be transferred across the network at a time. |
Notification | Gets OracleNotificationRequest assigned by OracleDependency. |
Owner (Inherited from Devart.Common.DbCommandBase) | Gets or sets a form or other container that the Devart.Common.DbCommandBase instance belongs to. |
ParameterCheck (Inherited from Devart.Common.DbCommandBase) | Gets or sets a value indicating whether the command object regenerates parameter objects if text of the command is changed. |
Parameters | Gets or sets the OracleParameterCollection. |
PassParametersByName | Gets or sets a value indicating whether stored procedure parameters are passed anonimously or with the names specified. |
| Gets or sets the |
TableValuedResultType | |
Transaction | Gets the OracleTransaction in which the OracleCommand executes. |
UpdatedRowSource (Inherited from Devart.Common.DbCommandBase) | Gets or sets how command results are applied to the |
BeginExecuteNonQuery (Inherited from Devart.Common.DbCommandBase) | Overloaded. Starts an asynchronous invocation of an Devart.Common.DbCommandBase.ExecuteNonQuery method. |
BeginExecuteReader (Inherited from Devart.Common.DbCommandBase) | Overloaded. Starts an asynchronous invocation of an ExecuteReader method. |
Cancel | Overridden. Stops execution of OracleCommand methods. |
Clone | Creates a new object that is a copy of the current OracleCommand instance. |
| Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
CreateParameter | Creates a new instance of a OracleParameter object. |
| Releases all resources used by the |
EndExecuteNonQuery (Inherited from Devart.Common.DbCommandBase) | Ends an asynchronous invocation of the Devart.Common.DbCommandBase.ExecuteNonQuery method. |
EndExecuteReader | Ends an asynchronous invocation of the ExecuteReader method. |
ExecuteArray | Executes SQL statement specified number of times. |
ExecuteCursor | Executes the CommandText and returns an OracleCursor object. |
ExecuteNonQuery | Overridden. Executes SQL statement against the OracleConnection and returns the number of rows affected. |
ExecutePageReader | Returns a specific subset of rows when paging through the results of a query. |
ExecuteReader | Overloaded. Sends the CommandText to the Connection and builds a OracleDataReader. |
ExecuteScalar (Inherited from Devart.Common.DbCommandBase) | Executes 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. |
| Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetRecordCount (Inherited from Devart.Common.DbCommandBase) | Returns count of records in the resultset. |
GetRowId | Returns Oracle ROWID string that represents physical location of the row inside the table. |
| Obtains a lifetime service object to control the lifetime policy for this instance. |
Prepare (Inherited from Devart.Common.DbCommandBase) | Creates a prepared (or compiled) version of the command on the server. |
ResetCommandTimeout | Overridden. Resets CommandTimeout to its default value. |
| Returns a |
| Occurs when the component is disposed by a call to the |
OracleCommand Class | Devart.Data.Oracle Namespace | OracleDataReader Class | OracleConnection Class
© 2002 - 2013 Devart. All Rights Reserved.