[]
Returns true if the data collection is virtualizing the data.
public static bool IsVirtualizing<T>(this IDataCollection<T> dataCollection) where T : class?
| Type | Name | Description |
|---|---|---|
| IDataCollection<T> | dataCollection | The data collection. |
| Type | Description |
|---|---|
| bool |
| Name | Description |
|---|---|
| T |
This is important for data consumers to know whether it is viable to iterate the collection to get all the items.