Specifies the cardinality between two tables participating in a TableRelationship.

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  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 nameDescription
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.

See Also