ArcGIS Pro 2.9 API Reference Guide
TargetFields Property

ArcGIS.Core.Data Namespace > JoinDescription Class : TargetFields Property
Gets or sets the fields from the left table which have to be included during the join operation.
Syntax
public IReadOnlyList<Field> TargetFields {get; set;}
Public Property TargetFields As IReadOnlyList(Of Field)
Remarks
Note that if the join is Backward, the target fields are from the right table.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

JoinDescription Class
JoinDescription Members