JmgPayCountTable::find Method

Retrieves a JmgPayCountTable record from the database.

Syntax

client server public static JmgPayCountTable find(JmgPayCountId _payCountId, [boolean _update])

Run On

Called

Parameters

  • _update
    Type: boolean
    true if the returned record must be selected for update; otherwise, false.

Return Value

Type: JmgPayCountTable Table
A JmgPayCountTable record with the specified pay count ID.

See Also

Reference

JmgPayCountTable Table