Specifies the type of TableRelationship.
Namespace:
ESRI.ArcGISExplorer.DataAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)
Syntax
C# |
---|
public enum TableRelationshipType |
Visual Basic (Declaration) |
---|
Public Enumeration TableRelationshipType |
Members
Value | Member name | Description | |
---|---|---|---|
2 | Any |
Represents either a relationship class or an in-memory TableRelationship.
| |
0 | Geodatabase |
Represents a permanent geodatabase relationship class.
| |
1 | Memory |
Represents a temporary in-memory TableRelationship.
|