IOpenRowsetImpl Class
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.
Syntax
template <class SessionClass>
class IOpenRowsetImpl : public IOpenRowset
Parameters
SessionClass
Your class, derived from IOpenRowsetImpl
.
Members
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) |
Remarks
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.
Requirements
Header: atldb.h
See Also
OLE DB Provider Templates
OLE DB Provider Template Architecture