Share via


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

  • _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.

See Also

Reference

JmgProfileTable Table