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: Sum Clear search
E AggregateFunction redb.Core.Query.Aggregation
T Sum Sum of numeric values
E ComparisonOperator redb.Core.Query.QueryExpressions
C E124_SumAsync redb.Examples.Examples
C E133_WindowRunningSum redb.Examples.Examples
C E143_SumRedbAsync redb.Examples.Examples
C E190_SumAsyncFiltered redb.Examples.Examples
C ExportFooter redb.Export.Models
P Checksum SHA-256 checksum of the export file (hex-encoded, lowercase).
C FieldStatistics<T> redb.Core.Query.Aggregation
P Sum Sum of values
I IRedbQueryable<TProps> redb.Core.Query
M SumRedbAsync<TField>(Expression<Func<IRedbObject, TField>>) Sum of IRedbObject base field values (ValueLong, Key, etc.).
C RedbQueryable<TProps> redb.Core.Query
M SumRedbAsync<TField>(Expression<Func<IRedbObject, TField>>) Sum of base IRedbObject field values (ValueLong, Key, etc.)
C TreeDiagnosticReport redb.Core.Models.Entities
C Win redb.Core.Query.Aggregation
M Sum(decimal) SUM(field) OVER (...)