| OLE DB Programmer's Reference |
IRowsetCurrentIndex is the interface for determining and selecting a specific index for a rowset. This is limited to rowsets that expose IRowsetIndex. IRowsetCurrentIndex provides a mechanism for providers to reorder their rows without reopening the rowset. This interface can be effective for both integrated and nonintegrated indexes. For a complete description of indexes, see Chapter 10: Index Rowsets and Chapter 11: Integrated Indexes.
IRowsetCurrentIndex is optional for providers that support integrated or nonintegrated indexes through IRowsetIndex. Providers that support IRowsetIndex and can change the current index dynamically should implement this interface.
| Method | Description |
|---|---|
| GetIndex | Gets the current index on the rowset. |
| SetIndex | Sets the current index on the rowset. |
1998-2001 Microsoft Corporation. All rights reserved.