Share via


HRMCourseTable::find Method

Finds a record in the HRMCourseTable table by using the specified value of the HrmCourseId field.

Syntax

client server public static HRMCourseTable find(HRMCourseId hrmCourseId, [boolean _forUpdate])

Run On

Called

Parameters

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

Return Value

Type: HRMCourseTable Table
A record in the HRMCourseTable table.

See Also

Reference

HRMCourseTable Table