|
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 doesnt exist in the collection
*
* @param IndexName character
*/
|
LOGICAL CanFind (character)
|
||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL Contains (IIndex)
|
||||||||||||||||
OpenEdge.DataAdmin.IIndex Find (character)
|