Query.childDataSourceNo(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the child data source that corresponds to the specified number.
public:
virtual Dynamics::AX::Application::QueryBuildDataSource ^ childDataSourceNo(int _dataSourceNo);
public virtual Dynamics.AX.Application.QueryBuildDataSource childDataSourceNo (int _dataSourceNo);
abstract member childDataSourceNo : int -> Dynamics.AX.Application.QueryBuildDataSource
override this.childDataSourceNo : int -> Dynamics.AX.Application.QueryBuildDataSource
Public Overridable Function childDataSourceNo (_dataSourceNo As Integer) As QueryBuildDataSource
Parameters
- _dataSourceNo
- Int32
The number of the child data source.
Returns
The child data source that has the specified number.
Remarks
The number that is specified must represent a data source that is immediately underneath the query. Typically, there is only one such data source.