ProjTable::like Method
Determines whether there are any projects with project IDs that resemble the project ID that is passed in as a parameter.
Syntax
client server public static boolean like(ProjId _projId, [ProjId _projIdOrig])
Run On
Called
Parameters
- _projId
Type: ProjId Extended Data Type
The project ID to base the query on.
- _projIdOrig
Type: ProjId Extended Data Type
The original project ID of the project that should not be included in the result; optional.
Return Value
Type: boolean
true if the projects exist; otherwise, false.