Share via


PDSCalculationLine::find Method

Finds the calculation line for the given key values.

Syntax

client server public static PDSCalculationLine find(
    PDSCalculationId _id, 
    PDSCalcElementBase _element, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: PDSCalculationLine Table
The PDSCalculationLine record that is found; an empty buffer if no such record exists.

See Also

Reference

PDSCalculationLine Table