Class FeatureQueryResult
The result of a query, select, or populate features operation made on a feature table or layer.
Inheritance
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class FeatureQueryResult : IFeatureSet, IEnumerable<Feature>, IEnumerableRemarks
Operations that query, select and populate features, such as QueryFeaturesAsync(QueryParameters), SelectFeaturesAsync(QueryParameters, SelectionMode), GetSelectedFeaturesAsync(), or PopulateFromServiceAsync(QueryParameters, Boolean, IEnumerable<String>), return their resulting features in a collection of FeatureQueryResult objects.
Each FeatureQueryResult provides a GeometryType, SpatialReference, and a collection of Field objects for each resulting feature.
Properties
| Name | Description | 
|---|---|
| Fields | Gets the fields of the feature set. | 
| GeometryType | Gets the geometry type stored in this feature set. | 
| IsTransferLimitExceeded | Gets a value indicating whether the number of features returned exceeded the maximum transfer limit. | 
| SpatialReference | Gets the spatial reference of the feature set. | 
Methods
| Name | Description | 
|---|---|
| GetEnumerator() | Returns an enumerator that iterates through a collection of Feature. | 
| Name | Description | 
|---|---|
| IEnumerable.GetEnumerator() | 
Applies to
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 100.3 - 200.8 | 
| .NET | 100.13 - 200.8 | 
| .NET Windows | 100.13 - 200.8 | 
| .NET Android | 200.0 - 200.8 | 
| .NET iOS | 200.0 - 200.8 | 
| .NET Framework | 100.0 - 200.8 | 
| Xamarin.Android | 100.0 - 100.15 | 
| Xamarin.iOS | 100.0 - 100.15 | 
| UWP | 100.0 - 200.8 |