[]
        
(Showing Draft Content)

C1.DataCollection.IDataCollectionEx.AsList

AsList Method

AsList<T>(IDataCollection<T>)

Gets a list wrapping this data collection.

Declaration
public static IList<T> AsList<T>(this IDataCollection<T> collection) where T : class?
Parameters
Type Name Description
IDataCollection<T> collection

The original data collection.

Returns
Type Description
IList<T>
Type Parameters
Name Description
T