This document is archived and information here might be outdated. Recommended version. |
Provides access to members that define a relationship query table name.
Name | 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. |
Classes | Description |
---|---|
RelQueryTableName | A name class that represents a RelQueryTable. |