Specifies what role a Table plays in a TableRelationship between two tables.
Namespace:
ESRI.ArcGISExplorer.DataAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)
Syntax
C# |
---|
public enum TableRelationshipRole |
Visual Basic (Declaration) |
---|
Public Enumeration TableRelationshipRole |
Members
Value | Member name | Description | |
---|---|---|---|
1 | Any |
The Table acts as either the origin or the destination in the relationship.
| |
3 | Destination |
The Table acts as the destination in the relationship.
| |
2 | Origin |
The Table acts as the origin in the relationship.
|