ArcGIS Pro 2.8 API Reference Guide
JoinDirection Property

ArcGIS.Core.Data Namespace > JoinDescription Class : JoinDirection Property
Gets or sets a value indicating whether the join proceeds from the left table to the right table (Forward) or from the right table to the left table (Backward). The default value is JoinDirection.Forward.
Syntax
public JoinDirection JoinDirection {get; set;}
Public Property JoinDirection As JoinDirection
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

JoinDescription Class
JoinDescription Members