ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.Data Namespace / QueryTableDescription Class / MakeCopy Property

    MakeCopy Property
    Gets or sets a value indicating whether a copy of the data should be copied on the client side in order to create the query table.
    Syntax
    public bool MakeCopy {get; set;}
    Remarks
    If PrimaryKeys is not specified, this property has to be set to true in order to create a copy of the data on the client side for creating the query table.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    ArcGIS Pro version: 2.0 or higher.
    See Also