Chapter property (ADO)
Applies to: Access 2013, Office 2013
Gets or sets an OLE DB Chapter object from/on an ADORecordsetConstruction object. When you use put_Chapter to set the Chapter object, a subset of rows is turned into an ADO Recordset object. This sets the current chapter of the Rowset object. Read/write.
Syntax
HRESULT get_Chapter([out, retval] long* plChapter);
HRESULT put_Chapter([in] long lChapter);
Parameters
Parameter | Description |
---|---|
plChapter | Pointer to the handle of a chapter. |
LChapter | Handle of a chapter. |
Return values
This property method returns the standard HRESULT values, including S_OK and E_FAIL.