List of Recordset methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
m (Automatically generated page update)
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 [[Recordset class]] methods.
The following are the available <var>[[Recordset class|Recordset]]</var> class methods.
{{Template:Method list header|class=Recordset}}
{{Template:Method list header|class=Recordset}}
<div class="showVisit">
<div class="showVisit">

Revision as of 15:51, 20 July 2011

The following are the available Recordset class methods.

MethodDescription
AddRecordAdd Record object record to a Recordset
AddRecordsetAdd a Recordset's records to a Recordset
AddRecordsetNewCombine two RecordSets to produce a third
AndRecordsetMerge two Recordsets to form their logical intersection
AndRecordsetNewCreate new Recordset from intersection of two Recordsets
ClearRemove all records from Recordset
CopyCopy this Recordset object
CountCalculate number of records in Recordset
CursorCreate a RecordsetCursor object from a Recordset
DeepCopyDeep copy this Recordset object
FastUnloadUnload Recordset using Fast/Unload User Language Interface
FastUnloadTaskInitiate asynch Recordset unload using Fast/Unload User Language Interface
IsEmptyIs Recordset empty?
LockStrengthReturn lock strength of Recordset
LoopLockStrengthSet or return minimum lock strength for Recordset records that are in For loops
NewCreate a new Recordset object
RemoveRecordRemove Record object record from Recordset
RemoveRecordsetRemove from a Recordset the records that are matched in input Recordset
RemoveRecordsetNewCreate Recordset from all records in one Recordset that are not in another
ToStringInformation about Recordset

See also