Share via


DataSetRun.getChildrenById Method

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

Syntax

public container getChildrenById(str dataSourceName, [anytype parentId])

Run On

Client

Parameters

  • dataSourceName
    Type: str
    The data source name.
  • parentId
    Type: anytype
    The parent ID.

Return Value

Type: container
A container for the children.

See Also

Reference

DataSetRun Class