title | TOCTitle | ms:assetid | ms:mtpsurl | ms:contentKeyID | ms.date | mtps_version | ms.localizationpriority |
---|---|---|---|---|---|---|---|
Row Property - ActiveX Data Objects (ADO) |
Row property (ADO) |
1c2b0e27-7232-4b1c-826c-9dc15d758851 |
48543562 |
09/18/2015 |
v=office.15 |
medium |
Applies to: Access 2013, Office 2013
Gets or sets an OLE DB Row object from/on an ADORecordConstruction object. When you use put_Row to set a Row object, a row is turned into an ADO Record object. Read/write.
HRESULT get_Row([out, retval] IUnknown** ppRow);
HRESULT put_Row([in] IUnknown* pRow);
Parameter | Description |
---|---|
ppRow | Pointer to an OLE DB Row object. |
PRow | An OLE DB Row object. |
This property method returns the standard HRESULT values, including S_OK and E_FAIL.