Recordset object

Recordset object schema

The Recordset object is a list of all records that match a query used to create the record set. As an example, a query could create a record set of all the Pushpins in the My Pushpins data set within ten miles of a particular point, or of all the records used to create a Sized Circle map. The record set points to a specific record within the set.

Note  The SaveAs method on a Map object invalidates any existing Recordset objects.

Methods

CallMatchMethod

MatchRecord

MoveFirst

MoveNext

MoveToPushpin

Properties

Application

BOF

EOF

Fields

IsMatched

Location

MatchingMethod

Parent

Pushpin