List of SortedRecordset methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
m (Automatically generated page update)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!-- This page was automatically generated and will be automatically
<!-- This page was automatically generated and will be automatically
     replaced, so any manual edits will be lost. You've been warned. -->
     replaced, so any manual edits will be lost. You've been warned. -->
The following are the available [[SortedRecordset class]] methods.
The following are the available <var>[[SortedRecordset class|SortedRecordset]]</var> class methods.
{{Template:Method list header|class=SortedRecordset}}
{{Template:Method list header|class=SortedRecordset}}
<div class="showVisit">
<div class="showVisit">
Line 24: Line 24:
</tr>
</tr>
</table>
</table>
[[Category:Lists of methods]]

Latest revision as of 20:30, 1 November 2011

The following are the available SortedRecordset class methods.

MethodDescription
CopyCopy this SortedRecordset object
CountCalculate number of records in SortedRecordset
CursorInstantiate a RecordsetCursor for this SortedRecordset
DeepCopyDeep copy this SortedRecordset object
IsEmptyIs this SortedRecordset empty?
NewCreate a new SortedRecordset object

See also