List of SortedRecordset methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
(No difference)

Revision as of 23:15, 28 April 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