Share via


RetailConnDataDirectorQuery.initializeQuery Method [AX 2012]

Initializes the query by adding the specified table to the QueryBuildDatasource object.

Syntax

public boolean initializeQuery(TableName _tableName, [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to update the QueryBuildDatasource object.

Return Value

Type: boolean
true if the query is initialized; otherwise, false.

See Also

Reference

RetailConnDataDirectorQuery Class