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 |
---|---|
Generate |
Returns all, filtered or no features will be copied from the server when creating a geodatabase. |
Remarks
Determines how other properties of the Generate
-
None to specify no features, or only related
features as specified by the Include
Related property. When combined with Upload synchronization this option can be used for an efficient upload-only workflow. -
Use
Filter 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 Use
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.1 - 200.6 |
Xamarin.Android | 100.1 - 100.15 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 200.6 |