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.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.1 - 200.8
Xamarin.Android100.1 - 100.15
Xamarin.iOS100.1 - 100.15
UWP100.1 - 200.8
In This Article
Back to top Copyright © 2022 Esri.