The following tables list the members exposed by Join.
Public Constructors
Public Properties
Public Methods
| Name | Description |
| Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) |
| FindFieldIgnoreQualification | Gets the zero-based index of the first field in the joined table whose name matches . This method must be called on the MCT. Use QueuedTask.Run. |
| GetDestinationTable | Gets the Table which corresponds to the destination table used to create the join. This method must be called on the MCT. Use QueuedTask.Run. |
| GetJoinedTable | Gets the Table representing the join. This provides access to perform operations like Search and Select on the joined data. This method must be called on the MCT. Use QueuedTask.Run. |
| GetOriginTable | Gets the Table which corresponds to the origin table used to create the join. This method must be called on the MCT. Use QueuedTask.Run. |
| GetRelationshipClass | Gets the RelationshipClass which corresponds to the relationship class used to create the join. This method must be called on the MCT. Use QueuedTask.Run. |
| GetTableAssociatedWithField | Gets the origin or destination Table that has a Field whose name matches that of . This method must be called on the MCT. Use QueuedTask.Run. |
Top
See Also