| Name | Description | |
|---|---|---|
![]() | VistaDBDataAdapter Constructor | Overloaded. |
The following tables list the members exposed by VistaDBDataAdapter.
| Name | Description | |
|---|---|---|
![]() | VistaDBDataAdapter Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
![]() | AcceptChangesDuringFill | Gets or sets a value indicating whether System.Data.DataRow.AcceptChanges is called on a System.Data.DataRow after it is added to the System.Data.DataTable during any of the Fill operations. (Inherited from System.Data.Common.DataAdapter) |
![]() | AcceptChangesDuringUpdate | Gets or sets whether System.Data.DataRow.AcceptChanges is called during a System.Data.Common.DataAdapter.Update(System.Data.DataSet). (Inherited from System.Data.Common.DataAdapter) |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | ContinueUpdateOnError | Gets or sets a value that specifies whether to generate an exception when an error is encountered during a row update. (Inherited from System.Data.Common.DataAdapter) |
![]() | DeleteCommand | Gets or sets a command for deleting records from the data set. |
![]() | FillLoadOption | Gets or sets the System.Data.LoadOption that determines how the adapter fills the System.Data.DataTable from the System.Data.Common.DbDataReader. (Inherited from System.Data.Common.DataAdapter) |
![]() | InsertCommand | Gets or sets a command used to insert new records into the data source. |
![]() | MissingMappingAction | Determines the action to take when incoming data does not have a matching table or column. (Inherited from System.Data.Common.DataAdapter) |
![]() | MissingSchemaAction | Determines the action to take when existing System.Data.DataSet schema does not match incoming data. (Inherited from System.Data.Common.DataAdapter) |
![]() | ReturnProviderSpecificTypes | Gets or sets whether the Fill method should return provider-specific values or common CLS-compliant values. (Inherited from System.Data.Common.DataAdapter) |
![]() | SelectCommand | Gets or sets a command 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 System.Data.DataTable. (Inherited from System.Data.Common.DataAdapter) |
![]() | UpdateBatchSize | Gets or sets a value that enables or disables batch processing support, and specifies the number of commands that can be executed in a batch. (Inherited from System.Data.Common.DbDataAdapter) |
![]() | UpdateCommand | Gets or sets a command used to update records in the data source. |
| Name | Description | |
|---|---|---|
![]() | CanRaiseEvents | (Inherited from System.ComponentModel.Component) |
![]() | DesignMode | (Inherited from System.ComponentModel.Component) |
![]() | Events | (Inherited from System.ComponentModel.Component) |
| Name | Description | |
|---|---|---|
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) |
![]() | Dispose | Overloaded. Releases the unmanaged resources used by the System.Data.Common.DbDataAdapter and optionally releases the managed resources. (Inherited from System.Data.Common.DbDataAdapter) |
![]() | Fill | Overloaded. Adds or refreshes rows in the System.Data.DataSet. (Inherited from System.Data.Common.DbDataAdapter) |
![]() | FillSchema | Overloaded. Configures the schema of the specified System.Data.DataTable based on the specified System.Data.SchemaType. (Inherited from System.Data.Common.DbDataAdapter) |
![]() | GetFillParameters | Gets the parameters set by the user when executing an SQL SELECT statement. (Inherited from System.Data.Common.DbDataAdapter) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) |
![]() | ToString | (Inherited from System.ComponentModel.Component) |
![]() | Update | Overloaded. 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) |
| Name | Description | |
|---|---|---|
![]() | AddToBatch | Adds a System.Data.IDbCommand to the current batch. (Inherited from System.Data.Common.DbDataAdapter) |
![]() | ClearBatch | Removes all System.Data.IDbCommand objects from the batch. (Inherited from System.Data.Common.DbDataAdapter) |
![]() | CloneInternals | Creates a copy of this instance of System.Data.Common.DataAdapter. (Inherited from System.Data.Common.DataAdapter) |
![]() | CreateRowUpdatedEvent | Overridden. Initializes a new instance of the System.Data.Common.RowUpdatedEventArgs class. |
![]() | CreateRowUpdatingEvent | Overridden. Initializes a new instance of the System.Data.Common.RowUpdatingEventArgs class. |
![]() | CreateTableMappings | Creates a new System.Data.Common.DataTableMappingCollection. (Inherited from System.Data.Common.DataAdapter) |
![]() | ExecuteBatch | Executes the current batch. (Inherited from System.Data.Common.DbDataAdapter) |
![]() | Finalize | (Inherited from System.ComponentModel.Component) |
![]() | GetBatchedParameter | Returns a System.Data.IDataParameter from one of the commands in the current batch. (Inherited from System.Data.Common.DbDataAdapter) |
![]() | GetBatchedRecordsAffected | Returns information about an individual update attempt within a larger batched update. (Inherited from System.Data.Common.DbDataAdapter) |
![]() | GetService | (Inherited from System.ComponentModel.Component) |
![]() | HasTableMappings | Indicates whether a System.Data.Common.DataTableMappingCollection has been created. (Inherited from System.Data.Common.DataAdapter) |
![]() | InitializeBatching | Initializes batching for the System.Data.Common.DbDataAdapter. (Inherited from System.Data.Common.DbDataAdapter) |
![]() | MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) |
![]() | OnFillError | Invoked when an error occurs during a Fill. (Inherited from System.Data.Common.DataAdapter) |
![]() | OnRowUpdated | Overridden. Raises the RowUpdated event of a .NET Framework data provider. |
![]() | OnRowUpdating | Overridden. Raises the RowUpdating event of a .NET Framework data provider. |
![]() | ShouldSerializeTableMappings | Determines whether one or more System.Data.Common.DataTableMapping objects exist and they should be persisted. (Inherited from System.Data.Common.DataAdapter) |
![]() | TerminateBatching | Ends batching for the System.Data.Common.DbDataAdapter. (Inherited from System.Data.Common.DbDataAdapter) |
| Name | Description | |
|---|---|---|
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
![]() | FillError | Returned when an error occurs during a fill operation. (Inherited from System.Data.Common.DataAdapter) |
![]() | RowUpdated | Occurs during Update after a command is executed against the data source. The attempt to update is made, so the event fires. |
![]() | RowUpdating | Occurs during Update before a command is executed against the data source. The attempt to update is made, so the event fires. |