DETable
Base Type: DEDataset
Derived Types: DEFeatureClass, DERasterBand, DERelationshipClass
A class for a table data element.
|
Property |
Type |
Description |
|---|---|---|
|
AliasName |
string |
The alias name for the table. |
|
CLSID |
string |
The GUID for the COM Class (Object) corresponding to instances of the object class represented by the table data element. |
|
ControllerMemberships |
The set of controller memberships for the table. | |
|
DefaultSubtypeCode |
int |
The default subtype code. |
|
DefaultSubtypeCodeSpecified |
bool |
Indicates if DefaultSubtypeCode is specified. |
|
EXTCLSID |
string |
The GUID for the COM Class (Object) corresponding to the class extension of the object class represented by the table data element. |
|
ExtensionProperties |
The properties for the class extension. | |
|
Fields |
The list of Fields. | |
|
GlobalIDFieldName |
string |
The name of the GlobalID Field. |
|
HasGlobalID |
bool |
Indicates if the table has a GlobalID field. |
|
HasGlobalIDSpecified |
bool |
Indicates if HasGlobalID is specified. |
|
HasOID |
bool |
Indicates if the table has an object id field. |
|
Indexes |
The list of Indexes. | |
|
ModelName |
string |
The model name for the table. |
|
OIDFieldName |
string |
The name of the OID Field. |
|
RasterFieldName |
string |
The name of the raster field. |
|
RelationshipClassNames |
string[] |
The names of the relationship classes this object class participates in. |
|
SubtypeFieldName |
string |
The name of the subtype field. |
|
Subtypes |
Subtype[] |
The set of subtypes. |