Share via


PurchRFQCaseTable.queryPurchRFQCaseLine Method

Returns a query that selects PurchRFQCaseLine records that are linked to the current PurchRFQCaseTable record.

Syntax

public Query queryPurchRFQCaseLine([boolean _update])

Run On

Called

Parameters

  • _update
    Type: boolean
    A NoYes enumeration value that determines whether the record should be selected for update; optional.

Return Value

Type: Query Class
A query that selects PurchRFQCaseLine records.

See Also

Reference

PurchRFQCaseTable Table