Refreshes data in all C1DataSource controls connected to this ClientCacheBase.

Namespace:  C1.Data
Assembly:  C1.Silverlight.Data.Entity (in C1.Silverlight.Data.Entity.dll)

Syntax

C#
public void Refresh()
Visual Basic
Public Sub Refresh

Remarks

This method calls C1DataSource.Refresh() for every C1DataSource connected to this ClientCacheBase. Changes made on the client are preserved.

See Also