Share via


JmgPayRate::find Method

Finds a JmgPayRate record in the database, based on pay cost type and date.

Syntax

client server public static JmgPayRate find(
    JmgPayCostType _payCostType, 
    JmgDate _date, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that specifies whether the returned record must be selected for update.

Return Value

Type: JmgPayRate Table
A JmgPayRate record.

Remarks

The returned JmgPayRate.

See Also

Reference

JmgPayRate Table