ArcGIS API for WPF - Library Reference
ExecuteRelationshipQueryAsync Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > QueryTask Class : ExecuteRelationshipQueryAsync Method

parameter
The parameters that define the relationship of the query.
userToken
The user token.
Executes a query to a obtain addtional data from another layer/table based on a relationship defined in the service meta data.

Syntax

Visual Basic (Declaration) 
Public Sub ExecuteRelationshipQueryAsync( _
   ByVal parameter As RelationshipParameter, _
   Optional ByVal userToken As Object _
) 
C# 
public void ExecuteRelationshipQueryAsync( 
   RelationshipParameter parameter,
   object userToken
)

Parameters

parameter
The parameters that define the relationship of the query.
userToken
The user token.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.