ArcObjects Library Reference (GeoDatabase)  

IRecordSetInit Interface

Provides access to methods that allow construction of recordsets based on source row or feature collections.

Product Availability

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

Members

Description
Method CreateRowBuffer Creates a row buffer that can be used with an insert cursor.
Method CreateTable Creates an empty table or feature class for a Recordset.
Method Insert Returns a cursor that can be used to insert new rows.
Read/write property MaxRecordCount The maximum number of records for the recordset.
Method SetSourceQueryDef Sets the source QueryDef for a Recordset.
Method SetSourceTable Sets the source table or feature class for a Recordset.

CoClasses that implement IRecordSetInit

CoClasses and Classes Description
RecordSet ESRI Record Set object.

Remarks

The IRecordsetInit interface is used to initialize the Recordset coclass. The coclass must be intialized before any of the other interfaces in the coclass can be used.

.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) | Route application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: Route_GISServerAPIClass) | Server spatial query COM utility (Code Files: VegUtils_VBNet) | Server spatial query server object extension (Code Files: Extension) | Service area application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: ServiceArea_GISServerAPIClass) |

.NET Related Topics

Geoprocessing services | How to develop the SOE | How to geocode a table of addresses | How to work with geoprocessing services | Using ArcObjects as tool input |