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

query
Specifies the attributes and spatial filter of the query.
Executes a query against an ArcGIS Server map layer and counts the results.

Syntax

Visual Basic (Declaration) 
Public Function ExecuteCount( _
   ByVal query As Query _
) As Integer
C# 
public int ExecuteCount( 
   Query query
)

Parameters

query
Specifies the attributes and spatial filter of the query.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.