This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRecordSet Interface (ArcObjects .NET 10.4 SDK) |
Provides access to the rows or features in a recordset. Note: the IRecordSet interface has been superseded byIRecordSet2. Please consider using the more recent version.
Description | ||
---|---|---|
Cursor | A cursor over the rows or features in the recordset. | |
Fields | The fields of the recordset. | |
IsFeatureCollection | Indicates if the recordset is a feature collection. | |
Table | The source table or feature class for the recordset. |
CoClasses and Classes | Description |
---|---|
RecordSet | Esri Record Set object. |
The IRecordset interface exposes methods and properties to perform geodatabase recordset operations. A recordset is a data structure that consists of a group of database records, and can either come from a base table or as the result of a query to the table.
IRecordSet2 Interface | IRecordSetInit Interface