VistaDB 6
VistaDB.Provider Namespace / VistaDBDataAdapter Class
Properties Methods Events


In This Topic
    VistaDBDataAdapter Class Members
    In This Topic

    The following tables list the members exposed by VistaDBDataAdapter.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets 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)
    Public PropertyGets 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)
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets 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)
    Public PropertyGets or sets a command for deleting records from the data set.  
    Public PropertyGets 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)
    Public PropertyGets or sets a command used to insert new records into the data source.  
    Public PropertyDetermines the action to take when incoming data does not have a matching table or column. (Inherited from System.Data.Common.DataAdapter)
    Public PropertyDetermines the action to take when existing System.Data.DataSet schema does not match incoming data. (Inherited from System.Data.Common.DataAdapter)
    Public PropertyGets or sets whether the Fill method should return provider-specific values or common CLS-compliant values. (Inherited from System.Data.Common.DataAdapter)
    Public PropertyGets or sets a command used to select records in the data source.  
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets a collection that provides the master mapping between a source table and a System.Data.DataTable. (Inherited from System.Data.Common.DataAdapter)
    Public PropertyGets 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)
    Public PropertyGets or sets a command used to update records in the data source.  
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property (Inherited from System.ComponentModel.Component)
    Protected Property (Inherited from System.ComponentModel.Component)
    Top
    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 MethodOverloaded. Releases the unmanaged resources used by the System.Data.Common.DbDataAdapter and optionally releases the managed resources. (Inherited from System.Data.Common.DbDataAdapter)
    Public MethodOverloaded. Adds or refreshes rows in the System.Data.DataSet. (Inherited from System.Data.Common.DbDataAdapter)
    Public MethodOverloaded. Configures the schema of the specified System.Data.DataTable based on the specified System.Data.SchemaType. (Inherited from System.Data.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 Method (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
    Protected Methods
     NameDescription
    Protected MethodAdds a System.Data.IDbCommand to the current batch. (Inherited from System.Data.Common.DbDataAdapter)
    Protected MethodRemoves all System.Data.IDbCommand objects from the batch. (Inherited from System.Data.Common.DbDataAdapter)
    Protected MethodCreates a copy of this instance of System.Data.Common.DataAdapter. (Inherited from System.Data.Common.DataAdapter)
    Protected MethodOverridden. Initializes a new instance of the System.Data.Common.RowUpdatedEventArgs class.  
    Protected MethodOverridden. Initializes a new instance of the System.Data.Common.RowUpdatingEventArgs class.  
    Protected MethodCreates a new System.Data.Common.DataTableMappingCollection. (Inherited from System.Data.Common.DataAdapter)
    Protected MethodExecutes the current batch. (Inherited from System.Data.Common.DbDataAdapter)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected MethodReturns a System.Data.IDataParameter from one of the commands in the current batch. (Inherited from System.Data.Common.DbDataAdapter)
    Protected MethodReturns information about an individual update attempt within a larger batched update. (Inherited from System.Data.Common.DbDataAdapter)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected MethodIndicates whether a System.Data.Common.DataTableMappingCollection has been created. (Inherited from System.Data.Common.DataAdapter)
    Protected MethodInitializes batching for the System.Data.Common.DbDataAdapter. (Inherited from System.Data.Common.DbDataAdapter)
    Protected MethodOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
    Protected MethodInvoked when an error occurs during a Fill. (Inherited from System.Data.Common.DataAdapter)
    Protected MethodOverridden. Raises the RowUpdated event of a .NET Framework data provider.  
    Protected MethodOverridden. Raises the RowUpdating event of a .NET Framework data provider.  
    Protected MethodDetermines whether one or more System.Data.Common.DataTableMapping objects exist and they should be persisted. (Inherited from System.Data.Common.DataAdapter)
    Protected MethodEnds batching for the System.Data.Common.DbDataAdapter. (Inherited from System.Data.Common.DbDataAdapter)
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventReturned when an error occurs during a fill operation. (Inherited from System.Data.Common.DataAdapter)
    Public EventOccurs during Update after a command is executed against the data source. The attempt to update is made, so the event fires.  
    Public EventOccurs during Update before a command is executed against the data source. The attempt to update is made, so the event fires.  
    Top
    See Also