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 - 100.15 | 
| .NET 6.0 | 100.13 - 100.15 | 
| .NET 6.0 Windows | 100.13 - 100.15 | 
| .NET Framework | 100.1 - 100.15 | 
| .NET 5 | 100.10 - 100.12 | 
| .NET Core 3.1 | 100.7 - 100.12 | 
| Xamarin.Android | 100.1 - 100.15 | 
| Xamarin.iOS | 100.1 - 100.15 | 
| UWP | 100.1 - 100.15 |