ArcObjects Library Reference (GeoDatabase)  

IDEGdbTable 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

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.

Inherited Interfaces

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

CoClasses that implement IDEGdbTable

CoClasses and Classes Description
DEFeatureClass Feature Class Data Element object.
DERasterCatalog Raster Catalog Data Element object.
DERelationshipClass Relationship Class Data Element object.
DETable Table Data Element object.

.NET Related Topics

Using the schema creator