Xceed DataGrid for Silverlight Documentation
ExecuteGroupCountQuery Method (SimpleSyncIndexDataSourceProvider)


Syntax
'Declaration
 
Protected Overrides Function ExecuteGroupCountQuery( _
   ByVal queryParameters As GroupCountQueryParameters _
) As GroupCountQueryResult
'Usage
 
Dim instance As SimpleSyncIndexDataSourceProvider
Dim queryParameters As GroupCountQueryParameters
Dim value As GroupCountQueryResult
 
value = instance.ExecuteGroupCountQuery(queryParameters)
protected override GroupCountQueryResult ExecuteGroupCountQuery( 
   GroupCountQueryParameters queryParameters
)

Parameters

queryParameters
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

SimpleSyncIndexDataSourceProvider Class
SimpleSyncIndexDataSourceProvider Members
Base Implementation in ExecuteGroupCountQuery

Send Feedback