IOpenRowsetImpl Class
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at IOpenRowsetImpl Class.
Provides implementation for the IOpenRowset interface.
template <class SessionClass> class IOpenRowsetImpl : public IOpenRowset
Parameters
SessionClass
Your class, derived from IOpenRowsetImpl.
Methods
| CreateRowset | Creates a rowset object. Not called directly by user. |
| OpenRowset | Opens and returns a rowset that includes all rows from a single base table or index. (Not in ATLDB.H) |
The IOpenRowset interface is mandatory for a session object. It opens and returns a rowset that includes all rows from a single base table or index.
Header: atldb.h
OLE DB Provider Templates
OLE DB Provider Template Architecture
Show: