Name | Description | |
---|---|---|
![]() | UniDataAdapter Constructor | Overloaded. Initializes a new instance of the UniDataAdapter class. |
The following tables list the members exposed by UniDataAdapter.
Name | Description | |
---|---|---|
![]() | UniDataAdapter Constructor | Overloaded. Initializes a new instance of the UniDataAdapter 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 a statement to delete records from the data set. |
![]() | FillLoadOption | (Inherited from System.Data.Common.DataAdapter) |
![]() | InsertCommand | Gets or sets a 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 a 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 Devart.Data.Universal.UniDataTable. |
![]() | UpdateBatchSize | (Inherited from System.Data.Common.DbDataAdapter) |
![]() | UpdateCommand | Gets or sets a 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 the System.Data.DataSet to match those in the data source using the specified System.Data.DataSet and the UniCursor. |
![]() | FillPage | Fills associated DataSet with specified range of rows. (Inherited from Devart.Common.DbDataAdapter) |
![]() | FillSchema | Overloaded. Overridden. Configures the schema to match that in the data source. |
![]() | GetFillParameters | (Inherited from System.Data.Common.DbDataAdapter) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | 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. |