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: OrderBy Clear search
C E080_OrderBy redb.Examples.Examples
C E081_OrderByThenBy redb.Examples.Examples
C E083_OrderByDescending redb.Examples.Examples
C E148_WindowOrderByRedb redb.Examples.Examples
C E178_TreeOrderBy redb.Examples.Examples
C E179_TreeOrderByDescending redb.Examples.Examples
C E180_TreeDistinctByOrderBy redb.Examples.Examples
C FacetFilterBuilder redb.Core.Query
M BuildOrderBy(IReadOnlyList<OrderingExpression>) Build JSON for order from OrderingExpression.
I IFacetFilterBuilder redb.Core.Query.FacetFilters
M BuildOrderBy(IReadOnlyList<OrderingExpression>) Build JSON for order from OrderingExpression.
I IRedbQueryable<TProps> redb.Core.Query
M OrderBy<TKey>(Expression<Func<TProps, TKey>>) Sort ascending by Props field.
M OrderByDescendingRedb<TKey>(Expression<Func<IRedbObject, TKey>>) Sort descending by IRedbObject base fields.
M OrderByRedb<TKey>(Expression<Func<IRedbObject, TKey>>) Sort ascending by IRedbObject base fields (id, name, date_create, etc.).
I IWindowSpec<TProps> redb.Core.Query.Window
M OrderBy<TKey>(Expression<Func<TProps, TKey>>) Sort within window by Props field (ascending).
M OrderByDesc<TKey>(Expression<Func<TProps, TKey>>) Sort within window by Props field (descending).
M OrderByDescRedb<TKey>(Expression<Func<IRedbObject, TKey>>) Sort within window by IRedbObject base field (descending).
M OrderByRedb<TKey>(Expression<Func<IRedbObject, TKey>>) Sort within window by IRedbObject base field (ascending).
C RedbQueryable<TProps> redb.Core.Query
M OrderBy<TKey>(Expression<Func<TProps, TKey>>) Sort ascending by Props field.
M OrderByDescendingRedb<TKey>(Expression<Func<IRedbObject, TKey>>) Sort descending by IRedbObject base fields.
M OrderByRedb<TKey>(Expression<Func<IRedbObject, TKey>>) Sort ascending by IRedbObject base fields (id, name, date_create, etc.).
C TreeQueryableBase<TProps> redb.Core.Query.Base
M OrderBy<TKey>(Expression<Func<TProps, TKey>>) ✅ FIX ISSUE #4: Override OrderBy to preserve Tree context
M OrderByDescending<TKey>(Expression<Func<TProps, TKey>>) ✅ FIX ISSUE #4: Override OrderByDescending for Tree context
M OrderByDescendingRedb<TKey>(Expression<Func<IRedbObject, TKey>>) Sort descending by IRedbObject base fields.
M OrderByRedb<TKey>(Expression<Func<IRedbObject, TKey>>) Sort ascending by IRedbObject base fields (id, name, date_create, etc.).
C WindowSpec<TProps> redb.Core.Query.Window
M OrderBy<TKey>(Expression<Func<TProps, TKey>>) Sort within window by Props field (ascending).
M OrderByDesc<TKey>(Expression<Func<TProps, TKey>>) Sort within window by Props field (descending).
M OrderByDescRedb<TKey>(Expression<Func<IRedbObject, TKey>>) Sort within window by IRedbObject base field (descending).
M OrderByRedb<TKey>(Expression<Func<IRedbObject, TKey>>) Sort within window by IRedbObject base field (ascending).