Refreshes all EntityViewSource objects in the ViewSources collection.

Namespace:  C1.WPF.Data.Entities
Assembly:  C1.WPF.Data.Entity (in C1.WPF.Data.Entity.dll)

Syntax

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

Remarks

This method calls Refresh()()()() for all elements of the ViewSources collection.

See Also