Class QueryParameters
Represents the parameters for a query.
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class QueryParameters
Constructors
| Name | Description |
|---|---|
| QueryParameters() | Initializes a new instance of the QueryParameters class. |
Properties
| Name | Description |
|---|---|
| Geometry | Gets or sets the Geometry used to filter the results. |
| MaxAllowableOffset | Gets or sets the maximum allowable offset. |
| MaxFeatures | Gets or sets the maximum number of features the query should return. |
| ObjectIds | Gets the object IDs of the features to query. |
| OrderByFields | Gets the field names that describe how the results are ordered. |
| OutSpatialReference | Gets or sets the SpatialReference of feature results' geometry. |
| ResultOffset | Gets or sets the starting offset of results to fetch. |
| ReturnGeometry | Gets or sets a value indicating whether to return Geometry in the feature results. |
| SpatialRelationship | Gets or sets the type of SpatialRelationship between the Geometry parameter and the features. |
| TimeExtent | Gets or sets the TimeExtent of the query. |
| WhereClause | Gets or sets the where clause of the query. |
Applies to
| 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.0 - 100.15 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.7 - 100.12 |
| Xamarin.Android | 100.0 - 100.15 |
| Xamarin.iOS | 100.0 - 100.15 |
| UWP | 100.0 - 100.15 |
Relevant samples
Browse WFS layers: Browse a WFS service for layers and add them to the map.
Edit and sync features: Synchronize offline edits with a feature service.