[This is preliminary documentation and is subject to change.]

The SQLiteDataTable type exposes the following members.

Properties

  NameDescription
ColumnData
Returns a copy of array of ArrayList objects that contains tabulated data, each ArrayList cotains column data.
ColumnOriginNames
Returns a copy of array of String objects that contains the orign names of columns.
Columns
Read-only SQLite Columns count.
Rows
Read-only SQLite Rows count.

See Also