Rowset property (ADO)
Applies to: Access 2013, Office 2013
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
Parameter | Description |
---|---|
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.