[]
Returns true if the data collection can be refreshed.
public static bool CanRefresh<T>(this IDataCollection<T> dataCollection) where T : class?
Public Shared Function CanRefresh(Of T As Class)(dataCollection As IDataCollection(Of T)) As Boolean
| Type | Name | Description |
|---|---|---|
| IDataCollection<T> | dataCollection | The data collection. |
| Type | Description |
|---|---|
| bool |
| Name | Description |
|---|---|
| T |