JmgProfileTable::find Method
Retrieves a JmgProfileTable record that has the specified profile ID from the database.
Syntax
client server public static JmgProfileTable find(JmgProfileId profileId, [boolean _forUpdate])
Run On
Called
Parameters
- profileId
Type: JmgProfileId Extended Data Type
The profile ID to search for.
- _forUpdate
Type: boolean
A Boolean value that specifies whether the returned record must be selected for updated.
Return Value
Type: JmgProfileTable Table
A JmgProfileTable record that has the specified profile ID from the database.