ArcGIS Runtime SDK for iOS: AGSRelationshipInfo.h File Reference
ArcGIS Runtime SDK for iOS  100.15
AGSRelationshipInfo.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSRelationshipCardinality { AGSRelationshipCardinalityManyToMany = 0 , AGSRelationshipCardinalityOneToMany = 1 , AGSRelationshipCardinalityOneToOne = 2 , AGSRelationshipCardinalityUnknown = -1 }
 
enum  AGSRelationshipRole { AGSRelationshipRoleDestination = 0 , AGSRelationshipRoleOrigin = 1 , AGSRelationshipRoleUnknown = -1 }
 

Enumeration Type Documentation

◆ AGSRelationshipCardinality

Cardinality of the relationship.

Since
100.1
Enumerator
AGSRelationshipCardinalityManyToMany 

Each feature in the origin table may be related to many features in the destination table and vice versa.

AGSRelationshipCardinalityOneToMany 

Each feature in the origin table may be related to many features in the destination table.

AGSRelationshipCardinalityOneToOne 

Each feature in the origin table may be related to only one feature in the destination table.

AGSRelationshipCardinalityUnknown 

Unknown.

◆ AGSRelationshipRole

Role of the feature table in the relationship.

Since
100.1
Enumerator
AGSRelationshipRoleDestination 

Table serves as the destination in the relationship.

AGSRelationshipRoleOrigin 

Table serves as the origin in the relationship.

AGSRelationshipRoleUnknown 

Unknown.