xtra library

Package containing useful data types.

XSet, XTable, XColumn, XRow, XCollection.

Classes

XCollection<T>
Stores a single collection of data entries as a List of T.
XColumn<T>
A Column in an XTable containing an XCollection of values of type T.
XRow
A Row in an XTable.
XSet
A collection of XTables.
XTable
XTable replicates database Tables.