| ArcGIS Explorer Component Help |
| TableRelationshipCardinality Enumeration |
| See Also |
Specifies the cardinality between two tables participating in a TableRelationship.
Namespace:
ESRI.ArcGISExplorer.DataAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
| C# |
|---|
public enum TableRelationshipCardinality |
| Visual Basic (Declaration) |
|---|
Public Enumeration TableRelationshipCardinality |
Members
| Member name | Description | |
|---|---|---|
| ManyToMany |
A row in the origin table may have many matching rows in the destination table, but conversely a row in the
destination table many have many matching rows in the origin table.
| |
| OneToMany |
A row in the origin table may have many matching rows in the destination table.
| |
| OneToOne |
A row in the origin table may only have one matching row in the destination table.
|