PMFSequenceGroupTrans::exist Method
Gets a value that indicates if the specified record exists for the specified key.
Syntax
client server public static boolean exist(PMFSequenceGroupId _sequenceGroupId, PMFSequenceId _sequenceId)
Run On
Called
Parameters
- _sequenceGroupId
Type: PMFSequenceGroupId Extended Data Type
The sequence group ID.
- _sequenceId
Type: PMFSequenceId Extended Data Type
The ID for the specified sequence in the group.
Return Value
Type: boolean
true if the PMFSequenceGroupTrans record exists; otherwise, false.