Starts a load operation ignoring the client-side cache. Any pending load will be implicitly canceled.

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

Syntax

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

Remarks

Use this method to refresh data with any changes that may have occurred on the server

See Also