Provides access to members that define a relationship query table name.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
DoNotPushJoinToDB | Indicates if the join is processed on the client. | |
FireRowChangedEvents | Indicates if Fire row changed events. | |
ForwardDirection | Indicates if the originPrimaryClass of the RelationshipClass is the SourceTable. | |
LeftOuterJoin | Indicates if the type of join will be a left outer join. | |
RelationshipClassName | The name object for the RelationshipClass that defines the RelQueryTable. | |
SrcQueryFilter | A QueryFilter applied to a cursor opened from the RelQueryTable. | |
SrcSelectionSet | A SelectionSet applied to a cursor opened from the RelQueryTable. | |
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. |