Class RelatedQueryParameters
Parameters to perform a related query on an Arc
Inheritance
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 |
---|---|
Related |
Initializes a new instance of the Related |
Properties
Name | Description |
---|---|
Max |
Gets or sets the maximum number of features the query should return. |
Order |
Gets the list of order by objects that indicates how to sort the results. |
Relationship |
Gets or sets the relationship information used to define the tables to use for this query. |
Result |
Gets or sets the starting offset of results to fetch. This is useful for paging through results. |
Return |
Gets or sets a value indicating whether geometries are returned in the related feature query result. |
Where |
Gets or sets where clause to apply to the destination table. |
See Also
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.1 - 200.6 |
Xamarin.Android | 100.1 - 100.15 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 200.6 |