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


IRelQueryTableName2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRelQueryTableName2 Interface
ArcGIS Developer Help

IRelQueryTableName2 Interface

Provides access to members that define a relationship query table name.

Product Availability

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

Members

Name Description
Read/write property DoNotPushJoinToDB Indicates if the join is processed on the client.
Read/write property FireRowChangedEvents Indicates if Fire row changed events.
Read/write property ForwardDirection Indicates if the originPrimaryClass of the RelationshipClass is the SourceTable.
Read/write property LeftOuterJoin Indicates if the type of join will be a left outer join.
Read/write property RelationshipClassName The name object for the RelationshipClass that defines the RelQueryTable.
Read/write property SrcQueryFilter A QueryFilter applied to a cursor opened from the RelQueryTable.
Read/write property SrcSelectionSet A SelectionSet applied to a cursor opened from the RelQueryTable.
Read/write property TargetColumns The destination dataset columns available in a cursor opened from the RelTableTable.

Classes that implement IRelQueryTableName2

Classes Description
RelQueryTableName A name class that represents a RelQueryTable.