This document is archived and information here might be outdated. Recommended version. |
Provides access to methods that allow construction of recordsets based on source row or feature collections.
Name | 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. |
Classes | Description |
---|---|
RecordSet | Esri Record Set object. |
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.