Data for Silverlight
DeferRefresh Method

C1.Silverlight.Data Namespace > DataView Class : DeferRefresh Method
Enters a defer cycle that you can use to merge changes to the view and delay automatic refresh.
Syntax
'Declaration
 
Public Overridable Function DeferRefresh() As IDisposable
public virtual IDisposable DeferRefresh()

Return Value

An System.IDisposable object that you can use to dispose of the calling object.
See Also

Reference

DataView Class
DataView Members