Close (RecordsetCursor subroutine): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Template:RecordsetCursor:Close subtitle}} | {{Template:RecordsetCursor:Close subtitle}} | ||
<var>Close</var> is an alternative to the system <var>[[Object variables#Discarding explicitly|Discard]]</var> | <var>Close</var> is an alternative to the system <var>[[Object variables#Discarding explicitly|Discard]]</var> | ||
method. | method. |
Revision as of 23:01, 26 April 2011
Discard a RecordsetCursor object (RecordsetCursor class)
Close is an alternative to the system Discard method. It is a synonym for, and entirely similar to, Discard, for those who prefer to think of "closing" a cursor.
Syntax
recordsetCursor:Close
Syntax terms
%rscursor | An instantiated RecordsetCursor object. |
---|