A standalone table.
| Interfaces | Description |
|---|---|
| IAttributeTable | Provides access to the base table. |
| IClass | Provides access to members that return information about and manage the class. |
| IConnectionPointContainer | |
| IDataLayer | Provides access to members that control the data source properties of a layer. |
| IDataLayer2 | Provides access to additional members that control the data source properties of a layer. |
| IDataset | Provides access to members that supply dataset information. |
| IDisplayRelationshipClass | Provides access to members that are used to set up joins. |
| IDisplayTable | Provides access to members that work with the display table associated with a standalone table. |
| IObjectClassSchemaEvents | Provides access to events that occur with an object class' schema. |
| IPersist | |
| IPersistStream | |
| IRelationshipClassCollection | Provides access to members that return the memory relationship classes defined for standalone tables or layers in ArcMap. |
| IRelationshipClassCollectionEdit | Provides access to members that add and remove memory relationship classes from a standalone table or layer. |
| IStandaloneTable | Provides access to members that control a standalone table. |
| ITable | Provides access to members that return information about and manage tables. |
| ITableDefinition | Provides access to members that define a subset of the rows from the underlying table. |
| ITableFields | Provides access to members that return information about a table. |
| ITableSelection | Provides access to members that control table selection. |
| Interfaces | Description |
|---|---|
| ISelectionEvents (default) | Provides access to events that occur when the selection changes. |
When working with StandaloneTable's default outbound interface in Visual Basic 6 declare variables as follows: Private WithEvents pStandaloneTable as StandaloneTable