RedBase Documentation

Welcome to the RedBase documentation portal. Browse the API reference, explore code examples, and learn how to build with REDB.

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: GroupBy Clear search
C E128_GroupBySimple redb.Examples.Examples
C E129_GroupByFiltered redb.Examples.Examples
C E130_GroupByMultiKey redb.Examples.Examples
C E131_GroupByRedb redb.Examples.Examples
C E142_GroupByArray redb.Examples.Examples
C E173_TreeQueryGroupBy redb.Examples.Examples
C E175_TreeQueryGroupByWindow redb.Examples.Examples
C E195_GroupByWindowFiltered redb.Examples.Examples
I IRedbQueryable<TProps> redb.Core.Query
M GroupBy<TKey>(Expression<Func<TProps, TKey>>) Group by field with subsequent aggregation.
M GroupByRedb<TKey>(Expression<Func<IRedbObject, TKey>>) Group by IRedbObject base fields (id, scheme_id, parent_id, etc.).
C ProQueryableProvider redb.Postgres.Pro.Providers
C ProQueryProvider redb.MSSql.Pro.Query
C ProQueryProvider redb.Postgres.Pro.Query
C RedbQueryable<TProps> redb.Core.Query
C TreeQueryableBase<TProps> redb.Core.Query.Base
M GroupBy<TKey>(Expression<Func<TProps, TKey>>) Override GroupBy to respect tree context (rootObjectId, maxDepth, ParentIds).
M GroupByRedb<TKey>(Expression<Func<IRedbObject, TKey>>) Override GroupByRedb to respect tree context.