This document is archived and information here might be outdated.  Recommended version.


RelQueryTableFactory Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Classes > R > RelQueryTableFactory Class
ArcGIS Developer Help

RelQueryTableFactoryClass Class

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