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

In This Topic
    MakeCopy Property
    In This Topic
    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;}
    Public Property MakeCopy As Boolean
    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

    ArcGIS Pro version: 3 or higher.
    See Also