This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicRecordset Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that manage the schematic recordset.
Description | ||
---|---|---|
Close | Closes the schematic recordset. | |
FindRecord | Finds a record by its identifiers fields values inside the schematic recordset. | |
IsBOF | Indicates whether or not the 'BOF' flag of the schematic recordset is on. | |
IsEOF | Indicates whether or not the 'EOF' flag of the schematic recordset is on. | |
MoveFirst | Moves to the first record of the schematic recordset. | |
MoveNext | Moves to the next record of the schematic recordset. | |
Open | Opens the schematic recordset. | |
RecordIdentifier | Current record identifiers fields values. | |
RecordValue | Field value of the current record. | |
Refresh | Refreshes the schematic recordset. | |
SchematicDataSource | Schematic data source of the schematic recordset. |