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