Share via


DataSetRun.getChildrenByIndex Method

Gets the children of a data source by using the parent index.

Syntax

public container getChildrenByIndex(str dataSourceName, [int parentIndex])

Run On

Client

Parameters

  • dataSourceName
    Type: str
    The data source name.
  • parentIndex
    Type: int
    The parent index.

Return Value

Type: container
A container for the children.

See Also

Reference

DataSetRun Class