ArcObjects Library Reference (GeoDatabase)  

IRecordSet Interface

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.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Read-only property Cursor A cursor over the rows or features in the recordset.
Read-only property Fields The fields of the recordset.
Read-only property IsFeatureCollection Indicates if the recordset is a feature collection.
Read-only property Table The source table or feature class for the recordset.

CoClasses that implement IRecordSet

CoClasses and Classes Description
RecordSet ESRI Record Set object.

Remarks

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.

 

 

.NET Samples

ArcGIS GPConsole (Code Files: Program) | Closest facility application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: ClosestFacility_GISServerAPIClass) | Find near features SOAP SOE (Code Files: FindNearFeaturesSoapSOE_VBNet) | Route application using the NAServer extension in ArcGIS Server via a GIS client (Code Files: Route_GISClientClass) | Route application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: Route_GISServerAPIClass) | Server spatial query COM utility (Code Files: VegResults_VBNet VegTool_VBNet VegUtils_VBNet) | Server spatial query server object extension (Code Files: Extension Results) | Service area application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: ServiceArea_GISServerAPIClass) |

.NET Related Topics

GeoData services | Geometry | Geoprocessing services | How to develop the SOE | How to geocode a table of addresses | How to query an image service | How to work with geoprocessing services | Map services | SOAP Web services | Using ArcObjects as tool input |