ParentRow property (ADO)
Applies to: Access 2013, Office 2013
Sets the container of an OLE DB Row object on an ADORecordConstruction object, so that the parent of the row is turned into an ADO Record object.
Write-only.
Syntax
HRESULT put_ParentRow([in] IUnknown* pParent);
Parameters
Parameter | Description |
---|---|
pParent | A container of a row. |
Return values
This property method returns the standard HRESULT values, including S_OK and E_FAIL.