ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / Join Class / IsJoinPerformedOnClientSide Property

In This Topic
    IsJoinPerformedOnClientSide Property
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also