This document is archived and information here might be outdated.  Recommended version.


IInternalTable Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > II > IInternalTable Interface
ArcGIS Developer Help

IInternalTable Interface

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method AddField Adds a field to this object class.
Method AddRow Adds a row to the temporal table.
Method CreateRow Creates a row in the database with a system assigned object ID and null property values.
Method CreateRowBuffer Creates a row buffer that can be used with an insert cursor.
Method DeleteField Deletes a field from this object class.
Read-only property Fields The fields collection for this object class.
Method FindField The index of the field with the specified name.
Read/write property GeometryColumnName Column name of the table's field containing the geometry.
Method GetRow The row from the database with the specified object ID.
Read-only property HasGeometry Identifies if the table contains a geometry field.
Method Insert Returns a cursor that can be used to insert new Rows.
Method RowCount The number of Rows selected by the specified query.
Method Search An object cursor that can be used to fetch row objects selected by the specified query.
Method Select A selection that contains the object ids selected by the specified query.
Method Update Returns a cursor that can be used to update Rows selected by the specified query.

Inherited Interfaces

Interfaces Description
ITemporalTable Provides access to properties and methods in which a temporal table can be controlled.

Classes that implement IInternalTable