Query.dataSourceName Method [AX 2012]

Returns the data source that has the specified name.

public QueryBuildDataSource dataSourceName(str name)

Run On

Called

Parameters

name
Type: str
The string that contains the name of the data source to return.

Return Value

Type: QueryBuildDataSource Class
The data source that has the specified name.

If no data source with the specified name exists, an uninitialized object is returned.

Community Additions

ADD
Show: