IViewRowset enables the consumer to create or apply view operations when opening a rowset.
Providers that can do simple operations, such as filtering and sorting when opening rowsets, support IViewRowset.
Consumers call IViewRowset in order to open a rowset with simple operations such as filtering and sorting applied. The consumer requests IID_IViewRowset when calling a method that returns a rowset in order to create a view object, applies operations to that view, then calls OpenViewRowset to open the rowset with those operations applied.
Method | Description |
GetSpecification | Returns the object that created the view. |
OpenViewRowset | Opens the requested rowset using the specified view. |