Show / Hide Table of Contents

Class RelatedQueryParameters

Parameters to perform a related query on an ArcGISFeatureTable.

Inheritance
System.Object
RelatedQueryParameters
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class RelatedQueryParameters
Remarks

When querying related features, all participating tables must be included in the same map or scene, as either feature layers or non-spatial tables. The query that uses these parameters will load these related tables.

Related query parameters lets you specify:

  • Details about the relationship to be queried.
  • A where clause used to filter features from the related table.
  • How to sort the results.
  • Whether to return geometry within the results.

Constructors

Name Description
RelatedQueryParameters(RelationshipInfo)

Initializes a new instance of the RelatedQueryParameters class with the specified relationship information.

Properties

Name Description
MaxFeatures

Gets or sets the maximum number of features the query should return.

OrderByFields

Gets the list of order by objects that indicates how to sort the results.

RelationshipInfo

Gets or sets the relationship information used to define the tables to use for this query.

ResultOffset

Gets or sets the starting offset of results to fetch. This is useful for paging through results.

ReturnGeometry

Gets or sets a value indicating whether geometries are returned in the related feature query result.

WhereClause

Gets or sets where clause to apply to the destination table.

See Also

QueryRelatedFeaturesAsync(ArcGISFeature)
QueryRelatedFeaturesAsync(ArcGISFeature, RelatedQueryParameters, QueryFeatureFields)

Applies to

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

Relevant samples

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.