Show / Hide Table of Contents

Class QueryParameters

Represents the parameters for a query.

Inheritance
Object
QueryParameters
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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

TargetVersions
.NET Standard 2.0100.3 - 200.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.0 - 200.0
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Android100.0 - 100.15
iOS100.0 - 100.15
UWP100.0 - 200.0

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.
In This Article
Back to top Copyright © 2022 Esri.