ArcObjects Component Help  (Core)    

RelQueryTableFactory CoClass

Object used to create join table objects.

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

RelQueryTable Class | IRelQueryTableFactory Interface