ArcObjects Library Reference (GeoDatabase)  

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

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.

CoClasses that implement IRelQueryTableName2

CoClasses and Classes Description
RelQueryTableName A name class that represents a RelQueryTable.