Xceed DataGrid for Silverlight Documentation
CountQueryResult Constructor


A value representing the number of items in a data source.

Initializes a new instance of the CountQueryResult class specifying the count that was returned by the data-source provider.
Syntax
'Declaration
 
Public Function New( _
   ByVal count As Long _
)
'Usage
 
Dim count As Long
 
Dim instance As New CountQueryResult(count)
public CountQueryResult( 
   long count
)

Parameters

count

A value representing the number of items in a data source.

Requirements

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

See Also

Reference

CountQueryResult Class
CountQueryResult Members

Send Feedback