Specifies what role a Table plays in a TableRelationship between two tables.

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public enum TableRelationshipRole
Visual Basic (Declaration)
Public Enumeration TableRelationshipRole

Members

Member nameDescription
Any
The Table acts as either the origin or the destination in the relationship.
Destination
The Table acts as the destination in the relationship.
Origin
The Table acts as the origin in the relationship.

See Also