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

In This Topic
    ICrossProviderTableRelation Interface Members
    In This Topic

    The following tables list the members exposed by ICrossProviderTableRelation.

    Public Properties
     NameDescription
     Property

    This property is accessed to query the child key column name. Combined keys can be passed with the separator "\t". Your data provider should therefore deliver for example "CustomerID\tOrderID" and the corresponding child fields. In the ApplyFilter() Method of the ITable Interface the values are arriving exactly like that, a filter string could look like following:

    "CustomerID\tOrderID=22\t14"

    The GetChildTable() Method of the ITableRow Interface directly gets a ITableRelation Interface, so that you also have access to the combined fields there.

    (Inherited from combit.Reporting.DataProviders.ITableRelation)
     PropertyThis property is accessed to query the child table name. (Inherited from )
     Property  
     Property

    This property is accessed to query the parent key column name. Combined keys can be passed with the separator "\t". Your data provider should therefore deliver for example "CustomerID\tOrderID" and the corresponding child fields. In the ApplyFilter() Method of the ITable Interface the values are arriving exactly like that, a filter string could look like following:

    "CustomerID\tOrderID=22\t14"

    The GetChildTable() Method of the ITableRow Interface directly gets a ITableRelation Interface, so that you also have access to the combined fields there.

    (Inherited from )
     PropertyThis property is accessed to query the parent table name. (Inherited from )
     Property  
     PropertyThis property is accessed to query the relation name. (Inherited from )
     Property  
    Top
    Public Methods
    See Also