ArcGIS Explorer Component Help |
TableRelationship..::.CreateJoinedTable Method |
TableRelationship Class See Also |
Creates a new Table by joining the Tables defined in the TableRelationship.
Overload List
Name | Description | |
---|---|---|
CreateJoinedTable()()() |
Creates a new Table by joining the tables defined in the TableRelationship which has all the columns from
both tables and all the rows from the origin table.
| |
CreateJoinedTable(TableJoinType, Filter) |
Creates a new Table by joining the tables defined in the TableRelationship which has all the columns from
both tables but only those rows which satisfy the specified join parameters.
| |
CreateJoinedTable(TableJoinType, Filter, array<String>[]()[]) |
Creates a new Table by joining the tables defined in the TableRelationship which contains only the specified
columns and only those rows which satisfy the search criteria and are matched in both tables.
|