public enum RelationshipCardinality : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum RelationshipCardinality Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum RelationshipCardinality : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum RelationshipCardinality Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
| Member | Description | 
|---|---|
| ManyToMany | One origin row can relate to multiple destination rows and conversely, one destination row can relate to multiple origin rows. | 
| OneToMany | One origin row can relate to multiple destination rows. In a OneToMany relationship, the origin table is always the one side and the many side must be the destination. | 
| OneToOne | One origin row can relate to only one destination row. | 
System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.Data.RelationshipCardinality
Target Platforms: Windows 10, Windows 8.1