ISequenceSet methods
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
ISequenceSet methods
Inherits methods from IDataAdminCollection and
defines the methods listed in the following table.
| Method syntax | Description |
|---|---|
|
Adds the sequence object referenced by seq to
the set and returns TRUE if successful. |
|
Returns TRUE if there is a sequence
object in the set that has its Name property set
to seqName. |
|
Returns TRUE if the sequence
object referenced by seq is in the set. |
|
Returns the sequence object from the set that has its
Name property set to seqName. Returns the
Unknown value (?) if the object is not found. |
See also: