dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteDataAdapter Class

In This Topic
    SQLiteDataAdapter Class Properties
    In This Topic

    For a list of all members of this type, see SQLiteDataAdapter members.

    Public Properties
     NameDescription
    Public Property (Inherited from System.Data.Common.DataAdapter)
    Public Property (Inherited from System.Data.Common.DataAdapter)
    Public Property (Inherited from System.ComponentModel.Component)
    Public Property (Inherited from System.Data.Common.DataAdapter)
    Public PropertyGets or sets a SQLite statement to delete records from the data set.  
    Public Property (Inherited from System.Data.Common.DataAdapter)
    Public PropertyGets or sets a SQLite statement to insert new records into the data source.  
    Public Property (Inherited from System.Data.Common.DataAdapter)
    Public Property (Inherited from System.Data.Common.DataAdapter)
    Public Property (Inherited from System.Data.Common.DataAdapter)
    Public PropertyGets or sets a SQLite statement 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 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
    See Also