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
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.1 - 200.5 |
Xamarin.Android | 100.1 - 100.15 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 200.5 |