CATable::GetIndexObject

Revision as of 17:54, 2 January 2015 by Lchrisman (talk | contribs) (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, ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<< Back to 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

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.