Show / Hide Table of Contents

Class RelatedFeatureQueryResult

Contains the features that have been returned from a related tables query.

Inheritance
System.Object
RelatedFeatureQueryResult
Implements
IFeatureSet
System.Collections.Generic.IEnumerable<Feature>
System.Collections.IEnumerable
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)
System.Object.ToString()
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

TargetVersions
.NET Standard 2.0100.3 - 200.3
.NET100.13 - 200.3
.NET Windows100.13 - 200.3
.NET Android200.0 - 200.3
.NET iOS200.0 - 200.3
.NET Framework100.1 - 200.3
Xamarin.Android100.1 - 100.15
Xamarin.iOS100.1 - 100.15
UWP100.1 - 200.3

Relevant samples

List related features: List features related to the selected feature.
Map image layer tables: Find features in a spatial table related to features in a non-spatial table.
In This Article
Back to top Copyright © 2022 Esri.