Share via


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

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

See Also

Reference

JmgIpcCategory Table