ParentRow Property (ADO)
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.
HRESULT put_ParentRow([in] IUnknown* pParent);
pParent
A container of a row.
This property method returns the standard HRESULT values, including S_OK and E_FAIL.