Name | Description | |
---|---|---|
![]() | OracleDataAdapter Constructor | Overloaded. Initializes a new instance of the OracleDataAdapter class. |
The following tables list the members exposed by OracleDataAdapter.
Name | Description | |
---|---|---|
![]() | OracleDataAdapter Constructor | Overloaded. Initializes a new instance of the OracleDataAdapter class. |
Name | Description | |
---|---|---|
![]() | AcceptChangesDuringFill | (Inherited from System.Data.Common.DataAdapter) |
![]() | AcceptChangesDuringUpdate | (Inherited from System.Data.Common.DataAdapter) |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | ContinueUpdateOnError | (Inherited from System.Data.Common.DataAdapter) |
![]() | DeleteCommand | Gets or sets an Oracle statement to delete records from the data set. |
![]() | FillLoadOption | (Inherited from System.Data.Common.DataAdapter) |
![]() | InsertCommand | Gets or sets an Oracle statement to insert new records into the data source. |
![]() | MissingMappingAction | (Inherited from System.Data.Common.DataAdapter) |
![]() | MissingSchemaAction | (Inherited from System.Data.Common.DataAdapter) |
![]() | ReturnProviderSpecificTypes | (Inherited from System.Data.Common.DataAdapter) |
![]() | SelectCommand | Gets or sets an Oracle statement used to select records in the data source. |
![]() | Site | (Inherited from System.ComponentModel.Component) |
![]() | TableMappings | Gets a collection that provides the master mapping between a source table and a OracleDataTable. |
![]() | UpdateBatchSize | Overridden. Gets or sets the number of rows that are processed in each round-trip to the server. |
![]() | UpdateCommand | Gets or sets an Oracle statement used to update records in the data source. |
Name | Description | |
---|---|---|
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | Dispose() | (Inherited from System.ComponentModel.Component) |
![]() | Fill | Overloaded. Adds or refreshes rows in a System.Data.DataTable to match those in the data source using the specified System.Data.DataTable and OracleCursor. |
![]() | FillPage | Fills associated DataSet with specified range of rows. (Inherited from Devart.Common.DbDataAdapter) |
![]() | FillSchema | Overloaded. (Inherited from Devart.Common.DbDataAdapter) |
![]() | GetFillParameters | (Inherited from System.Data.Common.DbDataAdapter) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | InitializeSequentialFill | Prepares the OracleDataAdapter to operate in sequential mode. |
![]() | TerminateSequentialFill | Frees the resources required for the sequential mode. |
![]() | ToString | (Inherited from System.ComponentModel.Component) |
![]() | Update | Overloaded. (Inherited from System.Data.Common.DbDataAdapter) |
Name | Description | |
---|---|---|
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
![]() | FillError | (Inherited from System.Data.Common.DataAdapter) |
![]() | RowUpdated | Occurs during System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) after a command is executed against the data source. The attempt to update is made, so the event fires. |
![]() | RowUpdating | Occurs during System.Data.Common.DbDataAdapter.Update(System.Data.DataSet) before a command is executed against the data source. The attempt to update is made, so the event fires. |