Share via


ProjCategory::find Method

Returns the record that corresponds to the values passed as parameters.

Syntax

client server public static ProjCategory find(ProjCategoryId _category, [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that specifies whether the record should be selected for update; optional.

Return Value

Type: ProjCategory Table
A ProjCategory table record.

Remarks

Returns null if the record does not exist.

See Also

Reference

ProjCategory Table