Difference between revisions of "CATable::GetIndexObject"
(Created page with "<< Back to CATable = CATable::GetIndexObject(indexName) = Retrieves a CAIndex object of the CATable by its name. If the «indexName» is not valid, ...") |
|||
Line 1: | Line 1: | ||
− | [[ | + | [[Category:ADE User Guide]] |
− | + | [[ADE User Guide]] > [[ADE Server Class Reference]] > [[CATable]] | |
+ | <languages /> | ||
+ | <translate> | ||
= [[CATable]]::GetIndexObject(indexName) = | = [[CATable]]::GetIndexObject(indexName) = | ||
Line 27: | Line 29: | ||
* [[CAIndex]] | * [[CAIndex]] | ||
* Analytica functions [[IndexNames]]() and [[IndexesOf]]() | * Analytica functions [[IndexNames]]() and [[IndexesOf]]() | ||
+ | </translate> |
Revision as of 01:06, 16 June 2015
ADE User Guide > ADE Server Class Reference > CATable
CATable::GetIndexObject(indexName)
Retrieves a CAIndex object of the CATable by its name.
If the «indexName» is not valid, returns Nothing (Null) and sets ErrorCode.
Return value
Example Usage
- dim AI as CAIndex
- Set AI = AObj.GetIndexObject (IndexName)
Error Codes
- 32 – “Index object not found”
See Also
- CATable::IndexNames, CATable::IndexName
- CAIndex
- Analytica functions IndexNames() and IndexesOf()
Comments
Enable comment auto-refresher