This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRecordSet2 Interface (ArcObjects .NET 10.4 SDK) |
Provides access to the rows or features in a recordset.
Description | ||
---|---|---|
Cursor | A cursor over the rows or features in the recordset. | |
DetachTable | Detach Recordset from table and apply the subfield of QueryFilter. | |
Fields | The fields of the recordset. | |
IsFeatureCollection | Indicates if the recordset is a feature collection. | |
SaveAsTable | Saves the recordset to a table of feature class in the provided workspace. | |
Table | The source table or feature class for the recordset. |
Interfaces | Description |
---|---|
IRecordSet | Provides access to the rows or features in a recordset. |
CoClasses and Classes | Description |
---|---|
RecordSet | Esri Record Set object. |
The IRecordset2 interface exposes methods and properties to perform geodatabase recordset operations, SaveAsTable as the result of a query to the table and DetachTable.