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

In This Topic
OracleDataAdapter Class Methods
In This Topic

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

Public Methods
 NameDescription
Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodReleases all resources used by the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
Public MethodOverloaded. Adds or refreshes rows in a System.Data.DataTable to match those in the data source using the specified System.Data.DataTable and OracleCursor.  
Public MethodFills associated DataSet with specified range of rows. (Inherited from Devart.Common.DbDataAdapter)
Public MethodOverloaded. Configures the schema of the specified System.Data.DataTable based on the specified System.Data.SchemaType. (Inherited from Devart.Common.DbDataAdapter)
Public MethodGets the parameters set by the user when executing an SQL SELECT statement. (Inherited from System.Data.Common.DbDataAdapter)
Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodPrepares the OracleDataAdapter to operate in sequential mode.  
Public MethodFrees the resources required for the sequential mode.  
Public MethodReturns a System.String containing the name of the System.ComponentModel.Component, if any. This method should not be overridden. (Inherited from System.ComponentModel.Component)
Public MethodOverloaded. Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified System.Data.DataSet. (Inherited from System.Data.Common.DbDataAdapter)
Top
See Also