
This provider allows to combine multiple IDbCommand implementations into one data source. It can be used e.g. to access multiple SQL tables and define relations between them (although this is done more easily with the SqlConnectionDataProvider Class). Another possibility is to combine data from e.g. SQL and Oracle databases into one data source.
'Declaration
Public NotInheritable Class DbCommandSetDataProvider Implements ICanHandleUsedIdentifiers, IDataProvider, combit.Reporting.ISupportsLogger
public sealed class DbCommandSetDataProvider : ICanHandleUsedIdentifiers, IDataProvider, combit.Reporting.ISupportsLogger
public ref class DbCommandSetDataProvider sealed : public ICanHandleUsedIdentifiers, IDataProvider, combit.Reporting.ISupportsLogger
System.Object
combit.Reporting.DataProviders.DbCommandSetDataProvider