Strongly typed data column.
Implements a collection of GenericColumns with additional immutable modification methods implemented.
Allows access to the underlying data in a row format.
Implements a collection of DataRows with additional immutable modification methods implemented.
DataSet class.
DataTable class.
DataTable class. Handles the immutable storage and access of data in a Row / Column format.
Provides a view over a DataTable to store filtered data sets.
Generic Column Trait.
Generic Column Trait. Allows a collection of columns storing data of distinct types to be stored in a generic collection.
Specifies how an item is identified.
Trait defining add / update / insert / delete.
ModifiableByColumn : ModifiableByName, with additional item (GenericColumn) indexer.
Modifiable, with an integer indexer.
Modifiable, with additional string (name) indexer.
ModifiableByName, with additional item (DataTable) indexer.
DataSet companion object.
Handles the output of a DataTable in a displayable format.
DataSet class. Stores a collection of DataTables