ArcGIS Pro 2.9 API Reference Guide
JoinType Property (JoinDescription)

ArcGIS.Core.Data Namespace > JoinDescription Class : JoinType Property
Gets or sets a value indicating whether the join is an inner join or a left outer join. The default value is JoinType.InnerJoin.
Syntax
public JoinType JoinType {get; set;}
Public Property JoinType As JoinType
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

JoinDescription Class
JoinDescription Members