Show / Hide Table of Contents

Property QueryOption

QueryOption

Gets or sets a value indicating whether all, filtered or no features will be copied from the server when creating a geodatabase.

Declaration
public GenerateLayerQueryOption QueryOption { get; set; }
Property Value
Type Description
GenerateLayerQueryOption

Returns all, filtered or no features will be copied from the server when creating a geodatabase.

Remarks

Determines how other properties of the GenerateLayerOption are applicable, valid combinations are:

  • None to specify no features, or only related features as specified by the IncludeRelated property. When combined with Upload synchronization this option can be used for an efficient upload-only workflow.
  • UseFilter to filter features by geometry or where clause or both. The properties UseGeometry and WhereClause are applicable.
  • All all other properties are ignored, all features are returned.

The default is UseFilter.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.1 - 200.0
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Android100.1 - 100.15
iOS100.1 - 100.15
UWP100.1 - 200.0
In This Article
Back to top Copyright © 2022 Esri.