List & Label .NET
combit.Reporting.DataProviders Namespace / ITableRow Interface

In This Topic
    ITableRow Interface Properties
    In This Topic

    For a list of all members of this type, see ITableRow members.

    Public Properties
     NameDescription
     PropertyThis property is accessed to query the columns of the table row. If your data provider supports the ICanHandleUsedIdentifiers interface, you only need to return the columns received in SetUsedIdentifiers Method  
     PropertyThis property is accessed to query if the row supports getting the parent row for a given relation. See the GetParentRow Method for more information.  
     PropertyThis property is queried to receive the table name this row belongs to.  
    Top
    See Also