xRecord.queryTimeout Method [AX 2012]

Gets and sets the property that indicates the time limit for the execution of a query.

public int queryTimeout([int seconds, boolean raiseException])

Run On

Called

Parameters

seconds
Type: int
The new time limit for the execution of a query; optional.
raiseException
Type: boolean

Return Value

Type: int
The current value of the query time-out property.

Community Additions

ADD
Show: