PMFSequenceTableValue::exist Method
Indicates whether the record exists for the specified key.
Syntax
client server public static boolean exist(PMFSequenceId _sequenceId, PMFSequenceValue _value)
Run On
Called
Parameters
- _sequenceId
Type: PMFSequenceId Extended Data Type
The sequence ID.
- _value
Type: PMFSequenceValue Extended Data Type
The sequence value to find.
Return Value
Type: boolean
true if the PMFSequenceTableValue record exists; otherwise, false.