Class RelatedQueryParameters
Contains the input parameters for a related tables query.
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class RelatedQueryParameters
Remarks
Instances of this class represent the query parameters to perform a related query operation. 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. RelatedQueryParameters lets you specify details about the related query to perform and how to return the result, including:
- 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 info. |
Properties
| Name | Description |
|---|---|
| MaxFeatures | Gets or sets the maximum number of features the query should return. |
| OrderByFields | Gets the list of order by objects which indicate how to sort the results. |
| RelationshipInfo | Gets or sets the relationship info used to define the tables to use for this query. |
| ResultOffset | Gets or sets the starting offset of results to fetch. |
| 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. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 100.15 |
| .NET 6.0 | 100.13 - 100.15 |
| .NET 6.0 Windows | 100.13 - 100.15 |
| .NET Framework | 100.1 - 100.15 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.7 - 100.12 |
| Xamarin.Android | 100.1 - 100.15 |
| Xamarin.iOS | 100.1 - 100.15 |
| UWP | 100.1 - 100.15 |