EMSProcessReference::likeCount Method
Retrieves the number of ProcessReference records for the specified values of the source EMSProcessId, EMSSubstanceId, and the destination EMSProcessId fields.
Syntax
client server public static int64 likeCount(
[EMSProcessId sourceProcessId,
EMSSubstanceId substanceId,
EMSProcessId destinationProcessId])
Run On
Called
Parameters
- sourceProcessId
Type: EMSProcessId Extended Data Type
A source EMSProcessId field value of the record to include in the count.
- substanceId
Type: EMSSubstanceId Extended Data Type
An EMSSubstanceId field value of the record to include in the count.
- destinationProcessId
Type: EMSProcessId Extended Data Type
A destination EMSProcessId field value of the record to include in the count.
Return Value
Type: int64
The number of ProcessReference records for the specified values of the source EMSProcessId, EMSSubstanceId, and the destination EMSProcessId fields.