Retrieve and List Indexes

Use GetIndexes to retrieve and list all indexes for a given MBO table located on the device database.

/**
@param entity the EntityMetaData for the table
@return the list of indexes
*/
public static List<IndexMetaData> GetIndexes(EntityMetaData  entity)

Example 1

System.Collections.Generic.List<Sybase.Reflection.IndexMetaData> 
list = SampleDB.GetIndexes(SampleMBO.GetMetaData());