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

In This Topic
    SQLiteDataTable Class Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public PropertyGets or sets whether a Devart.Common.DbDataTable is filled with data from a data source. (Inherited from Devart.Common.DbDataTable)
    Public PropertyEnables or disables cached updates mode. (Inherited from Devart.Common.DbDataTable)
    Public Property (Inherited from Devart.Common.DbDataTable)
    Public PropertyIndicates whether string comparisons within the table are case-sensitive. (Inherited from System.Data.DataTable)
    Public PropertyGets the collection of child relations for this System.Data.DataTable. (Inherited from System.Data.DataTable)
    Public PropertyGets the collection of columns that belong to this table. (Inherited from Devart.Common.DbDataTable)
    Public PropertySpecifies which System.Data.ConflictOption is to be used by the Devart.Common.DbDataTable. (Inherited from Devart.Common.DbDataTable)
    Public PropertyGets or sets the SQLiteConnection used to connect to the data source.  
    Public PropertyGets the collection of constraints maintained by this table. (Inherited from Devart.Common.DbDataTable)
    Public PropertyGets the container for the component. (Inherited from System.ComponentModel.MarshalByValueComponent)
    Public PropertyGets the System.Data.DataSet to which this table belongs. (Inherited from System.Data.DataTable)
    Public PropertyGets a customized view of the table that may include a filtered view, or a cursor position. (Inherited from System.Data.DataTable)
    Public PropertyGets or sets a SQLite statement to delete records from the data set.  
    Public PropertyGets a value indicating whether the component is currently in design mode. (Inherited from System.ComponentModel.MarshalByValueComponent)
    Public PropertyGets or sets the expression that returns a value used to represent this table in the user interface. The DisplayExpression property lets you display the name of this table in a user interface. (Inherited from System.Data.DataTable)
    Public PropertyGets the collection of customized user information. (Inherited from System.Data.DataTable)
    Public PropertyDetermines whether data is requested from server entirely or partially. (Inherited from Devart.Common.DbDataTable)
    Public PropertyGets a value indicating whether there are errors in any of the rows in any of the tables of the System.Data.DataSet to which the table belongs. (Inherited from System.Data.DataTable)
    Public PropertyGets or sets a SQLite statement to insert new records into the data source.  
    Public PropertyGets a value that indicates whether the System.Data.DataTable is initialized. (Inherited from System.Data.DataTable)
    Public PropertyGets or sets the locale information used to compare strings within the table. (Inherited from System.Data.DataTable)
    Public PropertyGets or sets max number of records to fetch starting from StartRecord. (Inherited from Devart.Common.DbDataTable)
    Public PropertyGets or sets the initial starting size for this table. (Inherited from System.Data.DataTable)
    Public PropertyDetermines the action to take when existing DataSet schema does not match incoming data. (Inherited from Devart.Common.DbDataTable)
    Public PropertyGets or sets name of the component. (Inherited from Devart.Common.DbDataTable)
    Public PropertyGets or sets the namespace for the XML representation of the data stored in the System.Data.DataTable. (Inherited from System.Data.DataTable)
    Public PropertyGets or sets data request mode. (Inherited from Devart.Common.DbDataTable)
    Public PropertyGets or sets form that the component resides on. (Inherited from Devart.Common.DbDataTable)
    Public PropertyGets or sets a Devart.Common.ParentDataRelation object that is used for server side master-detail relation. (Inherited from Devart.Common.DbDataTable)
    Public PropertyGets the collection of parent relations for this System.Data.DataTable. (Inherited from System.Data.DataTable)
    Public PropertyGets or sets the namespace for the XML representation of the data stored in the System.Data.DataTable. (Inherited from System.Data.DataTable)
    Public PropertyGets or sets an array of columns that function as primary keys for the data table. (Inherited from Devart.Common.DbDataTable)
    Public PropertyDetermines whether Devart.Common.DbDataTable should perfrom additional request to determine quantity of records in the result set. (Inherited from Devart.Common.DbDataTable)
    Public PropertyGets or sets whether the Devart.Common.DbDataTable quotes all the names of data source objects. (Inherited from Devart.Common.DbDataTable)
    Public PropertyGets number of rows in the result set. (Inherited from Devart.Common.DbDataTable)
    Public PropertyGets or sets list of fields whose values should be retrieved after a DML statement execution.  
    Public PropertyThis feature is not supported in dotConnect for SQLite. (Inherited from Devart.Common.DbDataTable)
    Public PropertyGets or sets a System.Data.SerializationFormat for the Devart.Common.DbDataTable used during remoting. (Inherited from Devart.Common.DbDataTable)
    Public PropertyDetermines whether to use provider-specific types whenever possible. (Inherited from Devart.Common.DbDataTable)
    Public PropertyGets the collection of rows that belong to this table. (Inherited from System.Data.DataTable)
    Public PropertyGets the schema table corresponding to the SelectCommand query. (Inherited from Devart.Common.DbDataTable)
    Public PropertyGets or sets a SQLite statement used to select records in the data source.  
    Public PropertyGets or sets an System.ComponentModel.ISite for the System.Data.DataTable. (Inherited from System.Data.DataTable)
    Public PropertyGets or sets record number to start. (Inherited from Devart.Common.DbDataTable)
    Public PropertyGets an object that can be used to synchronize access to the System.Data.DataTable.Rows collection. (Inherited from Devart.Common.DbDataTable)
    Public PropertyGets a System.Data.Common.DataTableMapping object that provides the master mapping between a source table and a SQLiteDataTable.  
    Public PropertyGets or sets the name of the System.Data.DataTable. (Inherited from System.Data.DataTable)
    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 Devart.Common.DbDataTable)
    Public PropertyGets or sets a SQLite statement used to update records in the data source.  
    Public PropertyGets or sets string containing list of field names used to generate update commands.  
    Public PropertyGets or sets string containing list of key field names separated by semicolon. They are used to generate update commands.  
    Public PropertyGets or sets table name to generate update statements for.  
    Top
    See Also