Api.GetTableIndexes method
Include protected members
Include inherited members
Overload list
Name | Description | |
---|---|---|
GetTableIndexes(JET_SESID, JET_TABLEID) | Iterates over all the indexes in the table, returning information about each one. | |
GetTableIndexes(JET_SESID, JET_DBID, String) | Iterates over all the indexs in the table, returning information about each one. |
Top