ArcObjects Library Reference  (Schematic)    

INgRecordset Interface

Provides access to members that control the recordset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

Members

Description
Method Close Closes the recordset.
Read-only property DataSource Datasource related to the recordset.
Method FindRecord Points to the 'identifier' record in the recordset.
Read-only property Identifier List of the field values that defines the object identifier.
Read-only property IsBOF Indicates if the current record is positioned before the first record in the recordset.
Read-only property IsEOF Indicates if the current record is positioned after the first record in the recordset.
Method MoveFirst Points to the first record in the recordset.
Method MoveNext Moves to the next record in the recordset.
Method Open Opens the recordset.
Read-only property Parameters List of the parameters names specified for the recordset.
Method Refresh Refreshes the recordset; that is, reexecute the query.
Method SetIdentifierFieldNames List of the field names used to build the object identifier.
Method SetParameterValues List of the parameters values for the recordset.
Method Update Updates the recordset. Uses to update a field value contained in the recordset.
Read-only property Value Value of the field named 'FieldName' in the recordset.

CoClasses that implement INgRecordset

CoClasses and Classes Description
NgADORecordset ADO recordset object.
NgDAORecordset DAO Jet recordset object.

See Also

INgRecordsetDesign Interface

 


Feedback Send feedback on this page