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 fieldName. 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 field. This method must be called on the MCT. Use QueuedTask.Run. |