📄️ DataSource (abstract)
This page contains the common arguments for the constructors of all DataSource classes. This page is provided to avoid repeated text. The "DataSource" class is actually an abstract class that other DataSource classes extend on. Do not use this class directly.
📄️ SingleSelectDataSource
The class for the database table source for a single-select parameter. See [DataSource] page for more details on the common constructor arguments.
📄️ MultiSelectDataSource
The class for the database table source for a multi-select parameter. See [DataSource] page for more details on the common constructor arguments.
📄️ DateDataSource
The class for the database table source for a date parameter. See [DataSource] page for more details on the common constructor arguments.
📄️ DateRangeDataSource
The class for the database table source for a date range parameter. See [DataSource] page for more details on the common constructor arguments.
📄️ NumberDataSource
The class for the database table source for a number parameter. See [DataSource] page for more details on the common constructor arguments.
📄️ NumberRangeDataSource
The class for the database table source for a number range parameter. See [DataSource] page for more details on the common constructor arguments.