Rowset Property (ADO)
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.