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 | ||
---|---|---|
![]() |
CreateRowBuffer | Creates a row buffer that can be used with an insert cursor. |
![]() |
CreateTable | Creates an empty table or feature class for a Recordset. |
![]() |
Insert | Returns a cursor that can be used to insert new rows. |
![]() |
MaxRecordCount | The maximum number of records for the recordset. |
![]() |
SetSourceQueryDef | Sets the source QueryDef for a Recordset. |
![]() |
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.