ParentRow Property (ADO)

Microsoft ActiveX Data Objects (ADO)

ADO 2.5 API Reference

ParentRow Property

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

pParent
A container of a row.

Return Values

This property method returns the standard HRESULT values, including S_OK and E_FAIL.

Applies To

ADORecordConstruction

© 1998-2003 Microsoft Corporation. All rights reserved.