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


IDETable Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDETable Interface
ArcGIS Developer Help

IDETable Interface

Provides access to members that return information about table data elements.

Product Availability

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

Members

Name Description
Read/write property Fields The list of Fields.
Read/write property HasOID Indicates if the table has an object id field.
Read/write property Indexes The list of Indexes.
Read/write property OIDFieldName The name of the OID Field.

Classes that implement IDETable

Classes Description
DEArcInfoTable (esriDataSourcesFile) ArcInfo Table Data Element object.
DECoverageFeatureClass (esriDataSourcesFile) Coverage Feature Class Data Element object.
DEDbaseTable (esriDataSourcesFile) Dbase Table Data Element object.
DEFeatureClass Feature Class Data Element object.
DERasterBand RasterBand Data Element object.
DERasterCatalog Raster Catalog Data Element object.
DERelationshipClass Relationship Class Data Element object.
DEShapeFile (esriDataSourcesFile) ShapeFile Data Element object.
DETable Table Data Element object.
DETextFile (esriDataSourcesFile) Text File Data Element object.
DEVPFTable (esriDataSourcesFile) VPFTable Data Element object.

.NET Samples

Geoprocessing field mapping