Class RelatedQueryParameters
Parameters to perform a related query on an ArcGISFeatureTable.
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 | 
|---|---|
| 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
Applies to
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 100.3 - 200.8 | 
| .NET | 100.13 - 200.8 | 
| .NET Windows | 100.13 - 200.8 | 
| .NET Android | 200.0 - 200.8 | 
| .NET iOS | 200.0 - 200.8 | 
| .NET Framework | 100.1 - 200.8 | 
| Xamarin.Android | 100.1 - 100.15 | 
| Xamarin.iOS | 100.1 - 100.15 | 
| UWP | 100.1 - 200.8 |