public Join( JoinDescription joinDescription )
Public Function New( _ ByVal joinDescription As JoinDescription _ )
Parameters
- joinDescription
- The JoinDescription which describes the details of the join.
Join
class, which represents the join of a Table or FeatureClass with another Table or FeatureClass from the same or different Datastore.public Join( JoinDescription joinDescription )
Public Function New( _ ByVal joinDescription As JoinDescription _ )
Exception | Description |
---|---|
System.ArgumentNullException | joinDescription is null. |
GeodatabaseException | A geodatabase-related exception has occurred. |
ArcGIS.Core.ConstructedOnWrongThreadException | This object must be created within the lambda or delegate passed to QueuedTask.Run, or on a compatible STA thread. |
Target Platforms: Windows 10, Windows 8.1, Windows 7