Query.dataSourceName(String) 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 has the specified name.
public:
virtual Dynamics::AX::Application::QueryBuildDataSource ^ dataSourceName(System::String ^ _name);
public virtual Dynamics.AX.Application.QueryBuildDataSource dataSourceName (string _name);
abstract member dataSourceName : string -> Dynamics.AX.Application.QueryBuildDataSource
override this.dataSourceName : string -> Dynamics.AX.Application.QueryBuildDataSource
Public Overridable Function dataSourceName (_name As String) As QueryBuildDataSource
Parameters
- _name
- String
The string that contains the name of the data source to return.
Returns
The data source that has the specified name; an uninitialized object if the specified data source does not exist.