Xceed DataGrid for Silverlight Documentation
AsyncSqlDataSourceProvider Class Members
Properties  Methods  Events


The following tables list the members exposed by AsyncSqlDataSourceProvider.

Public Properties
 NameDescription
Public PropertyBufferConfiguration (Inherited from Xceed.Silverlight.Data.AsyncDataSourceProvider)
Public PropertyCanCalculateStatsOverridden.   
Public PropertyCanCountOverridden. Gets a value indicating whether the data-source provider can provide the item count.  
Public PropertyCanFilterOverridden. Gets a value indicating whether the data-source provider supports filtering.  
Public PropertyCanFilterGroupOverridden.   
Public PropertyCanGroupCountOverridden. Gets a value indicating whether the data-source provider can provide the group count.  
Public PropertyCanJumpOverridden.   
Public PropertyCanJumpToItemOverridden. Gets a value indicating whether the data-source provider supports starting operations from a specific item in the data source.  
Public PropertyCanSkipOverridden. Gets a value indicating whether the data-source provider supports skipping.  
Public PropertyPageSizeGets or sets the number of items that will be requested when a data request query is sent to the server. (Inherited from Xceed.Silverlight.Data.DataSourceProvider)
Public PropertyQueryRequestIntervalGets or sets a value representing the interval at which the query requests are sent. (Inherited from Xceed.Silverlight.Data.AsyncDataSourceProvider)
Top
Protected Properties
 NameDescription
Protected Internal PropertyElementTypeGets the type of the elements in the data source. (Inherited from Xceed.Silverlight.Data.DataSourceProvider)
Top
Public Methods
 NameDescription
Public MethodNotifyItemsAddedOverloaded. Notifies the data-source provider that the specified item has been added to the data source. (Inherited from Xceed.Silverlight.Data.DataSourceProvider)
Public MethodNotifyItemsChangedOverloaded.  (Inherited from Xceed.Silverlight.Data.DataSourceProvider)
Public MethodNotifyItemsRemovedOverloaded. Notifies the data-source provider that the specified item has been removed from the data source. (Inherited from Xceed.Silverlight.Data.DataSourceProvider)
Public MethodNotifyResetNotifies the data-source provider that the data source has been reset. (Inherited from Xceed.Silverlight.Data.DataSourceProvider)
Top
Protected Methods
 NameDescription
Protected MethodBeginCount  
Protected MethodBeginExecuteCountQueryOverridden. Begins the asynchronous operation of querying the underlying data source for its count.  
Protected MethodBeginExecuteDataQueryOverridden. Begins the asynchronous operation of querying the underlying data source for its data.  
Protected MethodBeginExecuteGroupCountQueryOverridden. Begins the asynchronous operation of querying the underlying data source for its group count.  
Protected MethodBeginExecuteStatQueryOverridden. Begins the asynchronous operation of querying the underlying data source for the result of a statistical function.  
Protected MethodBeginGetData  
Protected MethodBeginGetStatResult  
Protected MethodCanSortByRetrieves a value indicating whether the specified sort criteria are supported by the data source. (Inherited from Xceed.Silverlight.Data.DataSourceProvider)
Protected MethodEndCount  
Protected MethodEndExecuteCountQueryOverridden. Ends the asynchronous operation of querying the underlying data source for its count.  
Protected MethodEndExecuteDataQueryOverridden. Ends the asynchronous operation of querying the underlying data source for its data.  
Protected MethodEndExecuteGroupCountQueryOverridden. Ends the asynchronous operation of querying the underlying data source for its group count.  
Protected MethodEndExecuteStatQueryOverridden. Ends the asynchronous operation of querying the underlying data source for the result of a statistical function.  
Protected MethodEndGetData  
Protected MethodEndGetStatResult  
Protected MethodGetPrimaryKeyInfoRetrieves information about the data source's primary key(s). (Inherited from Xceed.Silverlight.Data.DataSourceProvider)
Protected MethodGetSqlQueryBuilder  
Protected MethodGetSupportedFilterOperatorsRetrieves a list of the filter operators that are supported for the specified data type. (Inherited from Xceed.Silverlight.Data.DataSourceProvider)
Protected MethodGetSupportedStatFunctionsOverridden.   
Protected MethodInitializeInitializes the data-source provider. (Inherited from Xceed.Silverlight.Data.DataSourceProvider)
Protected MethodOnDataObjectsAdded (Inherited from Xceed.Silverlight.Data.DataSourceProvider)
Protected MethodOnDataObjectsRemoved (Inherited from Xceed.Silverlight.Data.DataSourceProvider)
Protected MethodOnDataSourceChangedNotifies the data-source provider that the underlying data source has changed. (Inherited from Xceed.Silverlight.Data.DataSourceProvider)
Protected MethodOnInvalidateData (Inherited from Xceed.Silverlight.Data.DataSourceProvider)
Protected MethodOnInvalidateDataObjects (Inherited from Xceed.Silverlight.Data.DataSourceProvider)
Top
Public Events
 NameDescription
Public EventUnhandledExceptionRaised when an exception is thrown by the data source that is wrapped by the provider. (Inherited from Xceed.Silverlight.Data.DataSourceProvider)
Top
See Also

Reference

AsyncSqlDataSourceProvider Class
Xceed.Silverlight.Data Namespace

Send Feedback