combit List & Label 29 - .NET Help
combit.Reporting.DataProviders Namespace / IDataProvider Interface
Properties Methods

In This Topic
    IDataProvider Interface Members
    In This Topic

    The following tables list the members exposed by IDataProvider.

    Public Properties
     NameDescription
     PropertyThis property is queried to receive all available relations between the tables of the data provider.  
     Property

    A provider can display if any base table is allowed in the Designer or if the hierarchy of data sources has to be maintained.

    A typical example would be customers/orders in a XML file. If inserting "orders" would be allowed on the root level, randomly only the orders of the first customer would be displayed. The below example shows how to avoid that for the XmlDataProvider Class. By that it is only possible to directly insert the customer and to insert the orders one level deeper.

     
     PropertyThis property is queried to receive all available tables of the data provider.  
    Top
    Public Methods
     NameDescription
     MethodThis method is called whenever a relation is queried from the data provider.  
     MethodThis method is called whenever a table is queried from the data provider.  
    Top
    See Also