[]
        
(Showing Draft Content)

C1.DataCollection.IDataCollectionEx.NeedsLoadAsync

NeedsLoadAsync Method

NeedsLoadAsync<T>(IDataCollection<T>)

Returns true if the data collection needs loading the items asynchronously.

Declaration
public static bool NeedsLoadAsync<T>(this IDataCollection<T> dataCollection) where T : class?
Parameters
Type Name Description
IDataCollection<T> dataCollection

The data collection.

Returns
Type Description
bool
Type Parameters
Name Description
T