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 Related Topics

Geoprocessing services | How to work with geoprocessing services | Using ArcObjects as tool input