[]
        
(Showing Draft Content)

C1.DataCollection.IDataCollectionEx.GetSource

GetSource Method

GetSource<T>(IDataCollection<T>)

Gets the original source of the data.

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

The data collection.

Returns
Type Description
IEnumerable
Type Parameters
Name Description
T