Query.childDataSourceNo(Int32) Method

Definition

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.

Applies to