Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
IViewRowset enables the consumer to create or apply view operations when opening a rowset.
When to Implement
Providers that can do simple operations, such as filtering and sorting when opening rowsets, support IViewRowset.
When to Call
Consumers call IViewRowset 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 to create a view object, applies operations to that view, and then calls IViewRowset::OpenViewRowset to open the rowset with those operations applied.
Method |
Description |
---|---|
Returns the object that created the view. |
|
Opens the requested rowset using the specified view. |
This topic is a part of: