ArcObjects Library Reference (GeoDatabase)  

RelQueryTableFactory CoClass

Object used to create join table objects.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description
IRelQueryTableFactory Provides access to members that open a join table.

Remarks

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.

RelQueryTableFactory is the one and only instance of its class.

See Also

IRelQueryTableFactory Interface