Share via


JmgSpecialDayTable::find Method

Finds the a JmgSpecialDayTable record by using the specified ID from the database.

Syntax

client server public static JmgSpecialDayTable find(JmgSpecialDayId _specialDayId, [boolean _forUpdate])

Run On

Called

Parameters

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

Return Value

Type: JmgSpecialDayTable Table
A JmgSpecialDayTable record that has the specified ID.

See Also

Reference

JmgSpecialDayTable Table