This document is archived and information here might be outdated. Recommended version. |
Object used to create join table objects.
Interfaces | Description |
---|---|
IRelQueryTableFactory | Provides access to members that open a join table. |
A RelQueryTableFactory is an object that manages the RelQueryTables in the application. You must use either a RelQueryTableFactory or a RelQueryTableName object to create new RelQueryTables.
Like WorkspaceFactory objects, a RelQueryTable is a singleton object. This means that you can only have one instance of this object in a process.