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:
[[CATable|<< Back to CATable]]
+
[[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

Other languages:
English • ‎中文

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

CAIndex

Example Usage

dim AI as CAIndex
Set AI = AObj.GetIndexObject (IndexName)

Error Codes

32 – “Index object not found”

See Also

Comments


You are not allowed to post comments.