dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteDataAdapter Class
Properties Methods Events

In This Topic
    SQLiteDataAdapter Class Members
    In This Topic

    The following tables list the members exposed by SQLiteDataAdapter.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the SQLiteDataAdapter class.  
    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 PropertyGets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (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 SQLite statement to delete 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 SQLite statement 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 SQLite statement used to select records in the data source.  
    Public PropertyGets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
    Public PropertyGets a collection that provides the master mapping between a source table and a SQLiteDataTable.  
    Public PropertyOverridden. 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.  
    Public PropertyGets or sets a SQLite statement used to update records in the data source.  
    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 MethodReleases all resources used by the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
    Public MethodOverloaded. Overridden. Adds or refreshes rows in the System.Data.DataSet.  
    Public MethodFills associated DataSet with specified range of rows. (Inherited from Devart.Common.DbDataAdapter)
    Public MethodOverloaded. Configures the schema of the specified System.Data.DataTable based on the specified System.Data.SchemaType. (Inherited from Devart.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 MethodReturns a System.String containing the name of the System.ComponentModel.Component, if any. This method should not be overridden. (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
    Public Events
     NameDescription
    Public EventOccurs when the component is disposed by a call to the System.ComponentModel.Component.Dispose method. (Inherited from System.ComponentModel.Component)
    Public EventReturned when an error occurs during a fill operation. (Inherited from System.Data.Common.DataAdapter)
    Public EventOccurs 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.  
    Public EventOccurs 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.  
    Top
    See Also