Skip to content

Data Sources

Pathurs edited this page Jul 29, 2018 · 6 revisions

Data Sources

A Data Source is the core class of the DataSource library.

Data Sources accept input data, and output cloned data that has been processed with Processors.

DataSource

The base class for creating Data Sources.

Learn more about the DataSource class on its wiki page or source code.

TableDataSource

The extended class for creating Data Sources for Tables.

Learn more about the TableDataSource class on its wiki page or source code.

Clone this wiki locally