[]
        
(Showing Draft Content)

C1.DataCollection.IDataCollectionEx.RefreshAsync

RefreshAsync Method

RefreshAsync<T>(IDataCollection<T>)

Refreshes the data collection.

Declaration
public static Task RefreshAsync<T>(this IDataCollection<T> dataCollection) where T : class?
Parameters
Type Name Description
IDataCollection<T> dataCollection

The data collection.

Returns
Type Description
Task
Type Parameters
Name Description
T