ArcGIS Explorer Component Help |
TableRelationshipRole Enumeration |
See Also |
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.1500 (2.0.0.1500)
Syntax
C# |
---|
public enum TableRelationshipRole |
Visual Basic (Declaration) |
---|
Public Enumeration TableRelationshipRole |
Members
Member name | Description | |
---|---|---|
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.
|