JmgProfileDay::find Method
Retrieves a JmgProfileDay record from the database.
Syntax
client server public static JmgProfileDay find(
JmgProfileId profileId,
JmgDayId dayId,
[boolean _forUpdate])
Run On
Called
Parameters
- profileId
Type: JmgProfileId Extended Data Type
The profile ID to search for.
- dayId
Type: JmgDayId Extended Data Type
The day ID to search for.
- _forUpdate
Type: boolean
true if the returned record must be selected for update; otherwise, false.
Return Value
Type: JmgProfileDay Table
A JmgProfileDay record from the database.