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


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

IDEGdbTable2 Interface

Provides access to members that return information about geodatabase table data element.

Product Availability

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

Members

Name Description
Read/write property AliasName The alias name for the table.
Read/write property CLSID The GUID for the COM Class (CoClass) corresponding to instances of the object class represented by the table data element.
Read/write property ControllerMemberships The set of controller memberships for the table.
Read/write property DefaultSubtypeCode The default subtype code.
Read/write property EXTCLSID The GUID for the COM Class (CoClass) corresponding to the class extension of the object class represented by the table data element.
Read/write property ExtensionProperties The properties for the class extension.
Read/write property Fields The list of Fields.
Read/write property GlobalIDFieldName The name of the GlobalID Field.
Read/write property HasGlobalID Indicates if the table has a GlobalID field.
Read/write property HasOID Indicates if the table has an object id field.
Read/write property Indexes The list of Indexes.
Read/write property ModelName The model name for the table.
Read/write property OIDFieldName The name of the OID Field.
Read/write property RasterFieldName The name of the raster field.
Read/write property RelationshipClassNames The names of the Relationship Classes this object class participates in.
Read/write property SubtypeFieldName The name of the Subtype Field.
Read/write property Subtypes The set of Subtypes.
Read/write property VersionedViewName The name of the associate versioned view, if any.

Inherited Interfaces

Interfaces Description
IDEGdbTable Provides access to members that return information about geodatabase table data element.
IDETable Provides access to members that return information about table data elements.

Classes that implement IDEGdbTable2

Classes Description
DEFeatureClass Feature Class Data Element object.
DERelationshipClass Relationship Class Data Element object.
DETable Table Data Element object.