ArcGIS Pro 2.8 API Reference Guide
IsJoinPerformedOnClientSide Property

ArcGIS.Core.Data Namespace > Join Class : IsJoinPerformedOnClientSide Property
Gets a value indicating whether the joined table was created by querying the tables separately and joined on the client side or the join was performed entirely on the server side.
Syntax
public bool IsJoinPerformedOnClientSide {get;}
Public ReadOnly Property IsJoinPerformedOnClientSide As Boolean
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

Join Class
Join Members