Name | Description | |
---|---|---|
![]() | Active | Gets or sets whether a Devart.Common.DbDataTable is filled with data from a data source. (Inherited from Devart.Common.DbDataTable) |
![]() | CachedUpdates | Enables or disables cached updates mode. (Inherited from Devart.Common.DbDataTable) |
![]() | CancelEditRowIfUpdateFailed | (Inherited from Devart.Common.DbDataTable) |
![]() | CaseSensitive | Indicates whether string comparisons within the table are case-sensitive. (Inherited from System.Data.DataTable) |
![]() | ChildRelations | Gets the collection of child relations for this System.Data.DataTable. (Inherited from System.Data.DataTable) |
![]() | Columns | Gets the collection of columns that belong to this table. (Inherited from Devart.Common.DbDataTable) |
![]() | ConflictOption | Specifies which System.Data.ConflictOption is to be used by the Devart.Common.DbDataTable. (Inherited from Devart.Common.DbDataTable) |
![]() | Connection | Gets or sets the SQLiteConnection used to connect to the data source. |
![]() | Constraints | Gets the collection of constraints maintained by this table. (Inherited from Devart.Common.DbDataTable) |
![]() | Container | Gets the container for the component. (Inherited from System.ComponentModel.MarshalByValueComponent) |
![]() | DataSet | Gets the System.Data.DataSet to which this table belongs. (Inherited from System.Data.DataTable) |
![]() | DefaultView | Gets a customized view of the table that may include a filtered view, or a cursor position. (Inherited from System.Data.DataTable) |
![]() | DeleteCommand | Gets or sets a SQLite statement to delete records from the data set. |
![]() | DesignMode | Gets a value indicating whether the component is currently in design mode. (Inherited from System.ComponentModel.MarshalByValueComponent) |
![]() | DisplayExpression | Gets 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) |
![]() | ExtendedProperties | Gets the collection of customized user information. (Inherited from System.Data.DataTable) |
![]() | FetchAll | Determines whether data is requested from server entirely or partially. (Inherited from Devart.Common.DbDataTable) |
![]() | HasErrors | Gets 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) |
![]() | InsertCommand | Gets or sets a SQLite statement to insert new records into the data source. |
![]() | IsInitialized | Gets a value that indicates whether the System.Data.DataTable is initialized. (Inherited from System.Data.DataTable) |
![]() | Locale | Gets or sets the locale information used to compare strings within the table. (Inherited from System.Data.DataTable) |
![]() | MaxRecords | Gets or sets max number of records to fetch starting from StartRecord. (Inherited from Devart.Common.DbDataTable) |
![]() | MinimumCapacity | Gets or sets the initial starting size for this table. (Inherited from System.Data.DataTable) |
![]() | MissingSchemaAction | Determines the action to take when existing DataSet schema does not match incoming data. (Inherited from Devart.Common.DbDataTable) |
![]() | Name | Gets or sets name of the component. (Inherited from Devart.Common.DbDataTable) |
![]() | Namespace | Gets or sets the namespace for the XML representation of the data stored in the System.Data.DataTable. (Inherited from System.Data.DataTable) |
![]() | NonBlocking | Gets or sets data request mode. (Inherited from Devart.Common.DbDataTable) |
![]() | Owner | Gets or sets form that the component resides on. (Inherited from Devart.Common.DbDataTable) |
![]() | ParentRelation | Gets or sets a Devart.Common.ParentDataRelation object that is used for server side master-detail relation. (Inherited from Devart.Common.DbDataTable) |
![]() | ParentRelations | Gets the collection of parent relations for this System.Data.DataTable. (Inherited from System.Data.DataTable) |
![]() | Prefix | Gets or sets the namespace for the XML representation of the data stored in the System.Data.DataTable. (Inherited from System.Data.DataTable) |
![]() | PrimaryKey | Gets or sets an array of columns that function as primary keys for the data table. (Inherited from Devart.Common.DbDataTable) |
![]() | QueryRecordCount | Determines whether Devart.Common.DbDataTable should perfrom additional request to determine quantity of records in the result set. (Inherited from Devart.Common.DbDataTable) |
![]() | Quoted | Gets or sets whether the Devart.Common.DbDataTable quotes all the names of data source objects. (Inherited from Devart.Common.DbDataTable) |
![]() | RecordCount | Gets number of rows in the result set. (Inherited from Devart.Common.DbDataTable) |
![]() | RefreshingFields | Gets or sets list of fields whose values should be retrieved after a DML statement execution. |
![]() | RefreshMode | This feature is not supported in dotConnect for SQLite. (Inherited from Devart.Common.DbDataTable) |
![]() | RemotingFormat | Gets or sets a System.Data.SerializationFormat for the Devart.Common.DbDataTable used during remoting. (Inherited from Devart.Common.DbDataTable) |
![]() | ReturnProviderSpecificTypes | Determines whether to use provider-specific types whenever possible. (Inherited from Devart.Common.DbDataTable) |
![]() | Rows | Gets the collection of rows that belong to this table. (Inherited from System.Data.DataTable) |
![]() | SchemaTable | Gets the schema table corresponding to the SelectCommand query. (Inherited from Devart.Common.DbDataTable) |
![]() | SelectCommand | Gets or sets a SQLite statement used to select records in the data source. |
![]() | Site | Gets or sets an System.ComponentModel.ISite for the System.Data.DataTable. (Inherited from System.Data.DataTable) |
![]() | StartRecord | Gets or sets record number to start. (Inherited from Devart.Common.DbDataTable) |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the System.Data.DataTable.Rows collection. (Inherited from Devart.Common.DbDataTable) |
![]() | TableMapping | Gets a System.Data.Common.DataTableMapping object that provides the master mapping between a source table and a SQLiteDataTable. |
![]() | TableName | Gets or sets the name of the System.Data.DataTable. (Inherited from System.Data.DataTable) |
![]() | UpdateBatchSize | 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. (Inherited from Devart.Common.DbDataTable) |
![]() | UpdateCommand | Gets or sets a SQLite statement used to update records in the data source. |
![]() | UpdatingFields | Gets or sets string containing list of field names used to generate update commands. |
![]() | UpdatingKeyFields | Gets or sets string containing list of key field names separated by semicolon. They are used to generate update commands. |
![]() | UpdatingTable | Gets or sets table name to generate update statements for. |