ArcGIS Runtime SDK for iOS: AGSTableJoinSublayerSource.h File Reference
ArcGIS Runtime SDK for iOS  100.15
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
AGSTableJoinSublayerSource.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSJoinType { AGSJoinTypeInnerJoin = 0 , AGSJoinTypeLeftOuterJoin = 1 , AGSJoinTypeUnknown = -1 }
 

Enumeration Type Documentation

◆ AGSJoinType

The join type (left outer or left inner) of a table join sublayer source.

Since
100.1
Enumerator
AGSJoinTypeInnerJoin 

Inner join: keeps only those rows that are common between the two sources.

AGSJoinTypeLeftOuterJoin 

Left join: keeps all rows from the left source, some values from the right source may be null when there isn't a match.

AGSJoinTypeUnknown 

Unknown.