Row Property (ADO)

Microsoft ActiveX Data Objects (ADO)

ADO 2.5 API Reference

Row Property

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.Syntax

HRESULT get_Row([out, retval] IUnknown** ppRow);
HRESULT put_Row([in] IUnknown* pRow);

Parameters

ppRow
Pointer to an OLE DB Row object.
PRow
An OLE DB Row object.

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.