IDataStore<TModel>.GroupBy Method
.NET Standard 2.x
Groups rows of the primary buffer by the level of grouping criteria of DataStore. The sort criteria can be specified.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Overloads
Method | Description |
---|---|
GroupBy<TKey>(Func<TModel, TKey> keySelector) | Groups rows of the primary buffer by the level of grouping criteria of DataStore. The sort criteria can be specified. |
GroupBy<TKey>(Func<TModel, TKey> keySelector, IEqualityComparer<TKey> comparer) | Groups rows of the primary buffer by the level of grouping criteria of DataStore. The sort criteria can be specified. |
GroupBy<TKey, TElement>(Func<TModel, TKey> keySelector, Func<TModel, TElement> elementSelector) | Groups rows of the primary buffer by the level of grouping criteria of DataStore. The sort criteria can be specified. |