VistaDB 6
VistaDB.Provider Namespace / VistaDBDataAdapter Class


In This Topic
    VistaDBDataAdapter Class Methods
    In This Topic

    For a list of all members of this type, see VistaDBDataAdapter 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 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
    See Also