Share via


SysTranslationHelper::createMainTableQuery Method [AX 2012]

Creates a datasource query for the main table.

Syntax

client private static Query createMainTableQuery(TableId _mainTableId)

Run On

Client

Parameters

Return Value

Type: Query Class
The query with the attached datasource.

Remarks

Is needed as a client method for the unit-test purposes.

See Also

Reference

SysTranslationHelper Class