Query.dataSourceNo Method [AX 2012]

Returns the data source specified by the data source number.

public QueryBuildDataSource dataSourceNo(int dataSourceNo)

Run On

Called

Parameters

dataSourceNo
Type: int
The number of the data source.

Return Value

Type: QueryBuildDataSource Class
The data source that has the specified number.

If the specified data source does not exist, an uninitialized object is returned.

Community Additions

ADD
Show: