DbCommandSetDataProvider

Allows combination of multiple IDbCommand implementations into one data source. It can be used e.g. to access multiple SQL tables and define relations between them. Another possibility is to combine data from e.g. SQL and Oracle databases into one data source.

This data provider automatically supports a single level sorting by any field, ascending or descending.