SysQueryForm.getCurrentJoinMode Method [AX 2012]

Retrieves the current joinMode of the current selected pointer.

Syntax

public JoinMode getCurrentJoinMode(TmpSysQuery _tmpSysQuery)

Run On

Client

Parameters

  • _tmpSysQuery
    Type: TmpSysQuery Table
    The TmpSysQuery table that represents the range grid.

Return Value

Type: JoinMode Enumeration
The joinMode of the current data source.

See Also

Reference

SysQueryForm Class