OpenEdge.DataAdmin.IIndexFieldList
- Last Updated: January 15, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| LOGICAL Add (IIndexField) |
/** Add the indexfield to the list */
|
||
| OpenEdge.DataAdmin.IIndexField Get (integer) |
/** Get the indexfield with the specified number from the list */
|
||
| INTEGER IndexOf (IIndexField) |
/* Returns the index in this list of the specified IIndexField */
|
||
| LOGICAL Remove (IIndexField) |
/** Removes the indexfield from the collection. Returns true if the removal was successful.
Can only be performed if the indexfield is not saved. */
|
Method Detail
LOGICAL Add (IIndexField)
|
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
OpenEdge.DataAdmin.IIndexField Get (integer)
|
||||||||||||||||||
INTEGER IndexOf (IIndexField)
|
||||||||||||||||||
LOGICAL Remove (IIndexField)
|
||||||||||||||||||