[]
Returns true if the data collection needs loading the items asynchronously.
public static bool NeedsLoadAsync<T>(this IDataCollection<T> dataCollection) where T : class?
| Type | Name | Description |
|---|---|---|
| IDataCollection<T> | dataCollection | The data collection. |
| Type | Description |
|---|---|
| bool |
| Name | Description |
|---|---|
| T |