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
 

Parameters

dataCollection
The data collection.

Type Parameters

T
See Also