JmgIpcCategory::find Method
Finds a JmgIpcCategory record in the database based on the specified category ID.
Syntax
client server public static JmgIpcCategory find(JmgIpcCategoryId _jmgIpcCategoryId, [boolean _update])
Run On
ClientOrServer
Parameters
- _jmgIpcCategoryId
Type: JmgIpcCategoryId Extended Data Type
The ID of the indirect category to find in the database.
- _update
Type: boolean
True if the record that is returned must be selected for update; otherwise, false.
Return Value
Type: JmgIpcCategory Table
A JmgIpcCategory record.