This document is archived and information here might be outdated.  Recommended version.


IRecordSet2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRecordSet2 Interface
ArcGIS Developer Help

IRecordSet2 Interface

Provides access to the rows or features in a recordset.

Product Availability

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

Members

Name Description
Read-only property Cursor A cursor over the rows or features in the recordset.
Method DetachTable Detach Recordset from table and apply the subfield of QueryFilter.
Read-only property Fields The fields of the recordset.
Read-only property IsFeatureCollection Indicates if the recordset is a feature collection.
Method SaveAsTable Saves the recordset to a table of feature class in the provided workspace.
Read-only property Table The source table or feature class for the recordset.

Inherited Interfaces

Interfaces Description
IRecordSet Provides access to the rows or features in a recordset.

Classes that implement IRecordSet2

Classes Description
RecordSet Esri Record Set object.

Remarks

The IRecordset2 interface exposes methods and properties to perform geodatabase recordset operations, SaveAsTable as the result of a query to the table and DetachTable.