ArcGIS Pro 2.8 API Reference Guide
MakeCopy Property

ArcGIS.Core.Data Namespace > QueryTableDescription Class : 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;}
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 10, Windows 8.1

See Also

Reference

QueryTableDescription Class
QueryTableDescription Members