OpenEdge.DataAdmin.IIndexSet
- Last Updated: January 15, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| LOGICAL CanFind (character) |
/** Can find index (of table)
* @Returns true if the index withthis name is in the collection.
*
* @param indexName
*/
|
||
| LOGICAL Contains (IIndex) |
/** Contains
* @Returns true if the index is in the collection.
* @param IIndex
*/
|
||
| OpenEdge.DataAdmin.IIndex Find (character) |
/** Returns the index with the specified Name from the collection.
* Returns unknown if the field doesn't exist in the collection
*
* @param IndexName character
*/
|
Method Detail
LOGICAL CanFind (character)
|
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL Contains (IIndex)
|
||||||||||||||||
OpenEdge.DataAdmin.IIndex Find (character)
|
||||||||||||||||