JoinDescription Class Properties
In This Topic
For a list of all members of this type, see JoinDescription members.
Public Properties
| Name | Description |
| ErrorOnFailureToProcessJoinOnServerSide |
Gets or sets a value indicating whether an exception should be raised if the join operation cannot be processed on the server side.
|
| JoinDirection | Gets or sets a value indicating whether the join proceeds from the left table to the right table (Forward) or from the right table to the left table (Backward). The default value is JoinDirection.Forward. |
| JoinType | Gets or sets a value indicating whether the join is an inner join or a left outer join. The default value is JoinType.InnerJoin. |
| QueryFilter | Gets or sets the QueryFilter to be used if the result of the join has to be filtered based on a query. |
| RelationshipClass | Gets the RelationshipClass that was passed into the JoinDescription constructor. |
| Selection | Gets or sets the Selection to be used in creating the join. |
| TargetFields |
Gets or sets the fields from the left table which have to be included during the join operation.
|
Top
See Also