Class RelatedFeatureQueryResult
Contains the features that have been returned from a related tables query.
Inheritance
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class RelatedFeatureQueryResult : IFeatureSet, IEnumerable<Feature>, IEnumerable
Remarks
Instances of this class represents the result of related queries. A prerequisite for querying related features is that all the participating tables must be part of a map, as either feature layers or non-spatial tables. An array of instances are returned, one per related table containing features related to the queried feature. This class has methods that can be used to iterate over the collection of related features.
Properties
Name | Description |
---|---|
Feature | Gets the feature for which related features were queried. |
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 query resulted in a larger number of features than what the transfer limit supports. |
RelatedTable | Gets the related table for this query result. |
RelationshipInfo | Gets the relationship info |
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.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 |