ProjTable::findLike Method

Retrieves projects that have project IDs that begin with the project ID passed in as a parameter.

Syntax

client server public static ProjTable findLike(
    ProjId _projId, 
   [boolean _forUpdate, 
    ProjId _projIdOrig])

Run On

Called

Parameters

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

Return Value

Type: ProjTable Table
The projects.

See Also

Reference

ProjTable Table