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

parameter
The parameters that define the relationship of the query.
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 Function ExecuteRelationshipQuery( _
   ByVal parameter As RelationshipParameter _
) As RelationshipResult
C# 
public RelationshipResult ExecuteRelationshipQuery( 
   RelationshipParameter parameter
)

Parameters

parameter
The parameters that define the relationship of the query.

Return Value

RelationshipResult

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.