JoinType Class
Enumerates join types of a TableJoinSublayerSource. More...
Since: | Esri::ArcGISRuntime 100.1 |
Detailed Description
Enumerates join types of a TableJoinSublayerSource.
The JoinType can be one of:
Value | Description |
---|---|
JoinType::InnerJoin (0) | Inner join. |
JoinType::LeftOuterJoin (1) | Left outer join. |
JoinType::Unknown (-1) | Unknown join type. |