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.
Gets or sets an OLE DB Rowset object from/on an ADORecordsetConstruction object. When you use put_Rowset, the rowset is turned into an ADO Recordset object.
Read/write.
Syntax
HRESULT get_Rowset([out, retval] IUnknown** ppRowset);
HRESULT put_Rowset([in] IUnknown* pRowset);
Parameters
ppRowset
Pointer to an OLE DB Rowset object.
PRowset
An OLE DB Rowset object.
Return Values
This property method returns the standard HRESULT values, including S_OK and E_FAIL.