Query.dataSourceName(String) Method

Definition

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.

Applies to