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: Max
Clear search
Agg
redb.Core.Query.Aggregation
Max<T>(IEnumerable<T>)
Maximum value from a collection
Max<T>(T)
Maximum value of a field
Max<TKey, TProps, TValue>(IRedbGrouping<TKey, TProps>, Expression<Func<TProps, TValue>>)
Maximum in a group: Agg.Max(g, x => x.Price)
AggregateFunction
redb.Core.Query.Aggregation
Max
Maximum value
ComparisonOperator
redb.Core.Query.QueryExpressions
E126_MinMaxAsync
redb.Examples.Examples
E144_MinMaxRedbAsync
redb.Examples.Examples
E194_MinMaxAsyncFiltered
redb.Examples.Examples
EffectiveUserConfiguration
redb.Core.Models.Configuration
MaxBatchSize
Maximum batch operation size
MaxLoadDepth
Maximum object loading depth
MaxRequestsPerMinute
Maximum number of requests per minute
MaxTreeDepth
Maximum tree depth
FieldStatistics<T>
redb.Core.Query.Aggregation
Max
Maximum value
IRedbQueryable<TProps>
redb.Core.Query
MaxAsync<TField>(Expression<Func<TProps, TField>>)
Maximum field value.
MaxRedbAsync<TField>(Expression<Func<IRedbObject, TField>>)
Maximum IRedbObject base field value (ValueLong, Key, DateCreate, etc.).
WithMaxDepth(int)
Configure maximum tree search depth.
WithMaxRecursionDepth(int)
Configure maximum recursion depth for complex queries ($and/$or/$not).
ITreeRedbObject
redb.Core.Models.Contracts
MaxDepth
Gets maximum depth of subtree from current node
LicenseInfo
redb.Core.Pro.Licensing
MaxVersion
Maximum library version this license supports
MemoryUsageInfo
redb.Core.Caching
MaxBytes
Maximum memory in bytes (if limited).
PvtSqlGenerator
redb.MSSql.Pro.Query
WrapForMax(string, string)
Wraps column for MAX() aggregation with table alias.
WrapForMax(string)
Wraps column for MAX() aggregation. T-SQL doesn't support MAX on BIT type.
QueryContext<TProps>
redb.Core.Query
RedbQueryable<TProps>
redb.Core.Query
MaxAsync<TField>(Expression<Func<TProps, TField>>)
Maximum field value.
MaxRedbAsync<TField>(Expression<Func<IRedbObject, TField>>)
Maximum value of base IRedbObject field (ValueLong, Key, DateCreate, etc.)
WithMaxDepth(int)
Configure maximum tree search depth.
WithMaxRecursionDepth(int)
Configure maximum recursion depth for complex queries ($and/$or/$not).
RedbServiceConfiguration
redb.Core.Models.Configuration
TreeCollectionStats
redb.Core.Models.Collections
TreeFilter
redb.Core.Query.Base
TreeQueryableBase<TProps>
redb.Core.Query.Base
WithMaxDepth(int)
Configure maximum search depth in tree
WithMaxRecursionDepth(int)
Configure maximum recursion depth for complex queries ($and/$or/$not).
TreeRedbObject
redb.Core.Models.Entities
MaxDepth
Gets maximum depth of subtree from current node
TreeRedbObject<TProps>
redb.Core.Models.Entities
MaxDepth
Gets maximum depth of subtree from current node
UserConfigurationProps
redb.Core.Models.Configuration
MaxBatchSize
Maximum batch operation size
MaxLoadDepth
Maximum object loading depth
MaxRequestsPerMinute
Maximum number of requests per minute
MaxTreeDepth
Maximum tree depth