C1.DataCollection.AdoNet Assembly / C1.DataCollection.AdoNet Namespace / C1AdoNetCursorDataCollection Class / RefreshAsync Method

In This Topic
RefreshAsync Method (C1AdoNetCursorDataCollection)
In This Topic
Removes the cached data and loads the whole collection from scratch.
Syntax
'Declaration
 
Public Function RefreshAsync( _
   Optional ByVal cancellationToken As CancellationToken _
) As Task
 

Parameters

cancellationToken
See Also