QueryBuildRange.dataSource 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 data source that was used to instantiate the QueryBuildRange object.
public:
virtual Dynamics::AX::Application::QueryBuildDataSource ^ dataSource();
public virtual Dynamics.AX.Application.QueryBuildDataSource dataSource ();
abstract member dataSource : unit -> Dynamics.AX.Application.QueryBuildDataSource
override this.dataSource : unit -> Dynamics.AX.Application.QueryBuildDataSource
Public Overridable Function dataSource () As QueryBuildDataSource
Returns
The data source that was used to instantiate the QueryBuildRange class object.