Xceed.Silverlight.Data.v2.0 Assembly > Xceed.Silverlight.Data Namespace > WcfDataServicesDataSourceProvider Class : BeginExecuteCountQuery Method |
A CountQueryParameters that contains information about the operations that must be executed by the query on the underlying data source.
'Declaration Protected Overrides NotOverridable Function BeginExecuteCountQuery( _ ByVal queryParameters As CountQueryParameters, _ ByVal callback As AsyncCallback, _ ByVal state As Object _ ) As IAsyncResult
'Usage Dim instance As WcfDataServicesDataSourceProvider Dim queryParameters As CountQueryParameters Dim callback As AsyncCallback Dim state As Object Dim value As IAsyncResult value = instance.BeginExecuteCountQuery(queryParameters, callback, state)
protected override IAsyncResult BeginExecuteCountQuery( CountQueryParameters queryParameters, AsyncCallback callback, object state )
A CountQueryParameters that contains information about the operations that must be executed by the query on the underlying data source.
Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family