Share via


InventKanbanReservationCriteria.addNotExistsSupermarketJoin Method [AX 2012]

Adds a Not Exists Join to the given query.

Syntax

protected QueryBuildDataSource addNotExistsSupermarketJoin(Query _query)

Run On

Called

Parameters

  • _query
    Type: Query Class
    The query to add the Not Exists Join to.

Return Value

Type: QueryBuildDataSource Class
The QueryBuildDataSource that represents the Not Exists Join.

See Also

Reference

InventKanbanReservationCriteria Class