SortedRecordset methods syntax

From m204wiki
Revision as of 20:43, 30 November 2011 by JALWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The syntax for each of the SortedRecordset class methods is shown below.

Square brackets indicate optional elements of the method invocation. See also the notation conventions for methods and the List of SortedRecordset methods.

%outSortedRecordset = sortedRecordset:Copy

%number = sortedRecordset:Count

%recordsetCursor = sortedRecordset:Cursor

%outSortedRecordset = sortedRecordset:DeepCopy

%boolean = sortedRecordset:IsEmpty

%sortedRecordset = [%(SortedRecordset In filOrGrp name):]New