The following tables list the members exposed by JoinDataSource.
Name | Description | |
---|---|---|
JoinDataSource Constructor | Initializes a new instance of the JoinDataSource class. |
Name | Description | |
---|---|---|
JoinType | Gets or sets the type of join that will be preformed. | |
LeftTableKey | Gets or sets the key field to be used for the left table source for the join. Field must be indexed to create a join. | |
LeftTableSource | Gets or sets the LayerSource to be used as the left table for the join operation | |
RightTableKey | Gets or Sets Key field to be used for the right table source for the join. Field must be indexed to create a join. | |
RightTableSource | Gets or sets the LayerSource to be used as the right table for the join operation |