Query.childDataSourceNo Method [AX 2012]

Returns the child data source corresponding to the specified number.

public QueryBuildDataSource childDataSourceNo(int dataSourceNo)

Run On

Called

Parameters

dataSourceNo
Type: int
The number of the child data source.

Return Value

Type: QueryBuildDataSource Class
The child data source with the specified number.

The number specified must denote a data source immediately beneath the query. Typically there is only one.

Community Additions

ADD
Show: