Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / IDataCollectionEx Class / CanRefresh<T> Method
The data collection.

In This Topic
    CanRefresh<T> Method (IDataCollectionEx)
    In This Topic
    Returns true if the data collection can be refreshed.
    Syntax
    'Declaration
     
    
    Public Shared Function CanRefresh(Of T As Class)( _
       ByVal dataCollection As IDataCollection(Of T) _
    ) As Boolean
    public static bool CanRefresh<T>( 
       IDataCollection<T> dataCollection
    )
    where T: class

    Parameters

    dataCollection
    The data collection.

    Type Parameters

    T
    See Also