Description

Returns an object representing a collection of indexes in the entity.

Syntax

Public Function Indexes() As Indexes

Example

Dim MyEntity As Entity
Dim MyIndex As Index

For Each MyIndex In MyEntity.Indexes

'Operations on Indexes collection go here
...

Next MyIndex
  • No labels