Skip Headers

Oracle® Objects for OLE C++ Class Library Developer's Guide
10g Release 1 (10.1)

Part Number B10119-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

IsFirst Method

Applies To

ODynaset

OBinder

Description

This method returns TRUE if the current record in a dynaset is the first record in that dynaset. In the case of an OBinder object, the current record is in the bound dynaset.

Usage

oboolean IsFirst(void) const

Remarks

When a dynaset is opened; the current record is automatically the first record and IsFirst will be TRUE.

If the current record is invalid, such as when BOF is TRUE; IsFirst will be FALSE. This cannot occur in an OBinder as the underlying dynaset is bound between BOF and EOF.

Return Value

TRUE if the current record is the first; FALSE otherwise.