First (RecordsetCursor function)
<section begin=dpl_desc/><section end=dpl_desc/>
First is a member of the RecordsetCursor class.
Valid in any state, this callable method positions the cursor on the first record in the set, and it leaves the cursor in the HasRecord state.
Syntax
[%cstate =] %rscursor:First
Syntax terms
%cstate | If specified, a declared enumeration object of type CursorState to contain the state of the cursor after the completion of First. Valid values are described in "Cursor state". |
---|---|
%rscursor | An instantiated RecordsetCursor object. |