API Reference
Browse the REDB API documentation. Select a namespace or type from the tree on the left, or click on items below.
Search results for: GroupByRedb
Clear search
E131_GroupByRedb
redb.Examples.Examples
IRedbQueryable<TProps>
redb.Core.Query
GroupByRedb<TKey>(Expression<Func<IRedbObject, TKey>>)
Group by IRedbObject base fields (id, scheme_id, parent_id, etc.).
RedbQueryable<TProps>
redb.Core.Query
GroupByRedb<TKey>(Expression<Func<IRedbObject, TKey>>)
Grouping by base IRedbObject fields (id, scheme_id, parent_id, etc.)
TreeQueryableBase<TProps>
redb.Core.Query.Base
GroupByRedb<TKey>(Expression<Func<IRedbObject, TKey>>)
Override GroupByRedb to respect tree context.