combit List & Label 29 - .NET Help
combit.Reporting.DataProviders Namespace / DbCommandSetDataProvider Class
Members


In This Topic
    DbCommandSetDataProvider Class
    In This Topic

    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.

    Object Model
    DbCommandSetDataProvider Class
    Syntax
    '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  
    Inheritance Hierarchy

    System.Object
       combit.Reporting.DataProviders.DbCommandSetDataProvider

    Requirements

    See Also