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: Any Clear search
E ArrayLeafOperator redb.Core.Query.Filtering
T Any array.Any() → EXISTS ... (array is not empty)
C BaseFilterExpressionParser redb.Core.Query.Parsing
E ComparisonOperator redb.Core.Query.QueryExpressions
C E071_AnyAsync redb.Examples.Examples
C E072_AnyWithPredicate redb.Examples.Examples
C E123_ListItemArrayAny redb.Examples.Examples
C EffectivePermissionResult redb.Core.Models.Permissions
P HasAnyPermission Has any permissions
I ILazyPropsLoader redb.Core.Providers
M LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, HashSet<long>?, int?) OPTIMIZED Props loading with structure_ids filter and custom depth.
M LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, HashSet<long>?) OPTIMIZED Props loading with structure_ids filter.
M LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, int?) BULK Props loading with custom depth for nested RedbObject.
M LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>) BULK Props loading for multiple objects with caching and parallelism.
I IPropsMaterializer redb.Core.Materialization
I IRedbQueryable<TProps> redb.Core.Query
M AnyAsync() Check if any records exist.
M AnyAsync(Expression<Func<TProps, bool>>) Check if any records match condition.
I ISchemeFieldResolver redb.Core.Schema
M ResolveManyAsync(long, IEnumerable<string>) Batch resolve multiple field paths. Uses internal caching.
C LazyPropsLoader redb.MSSql.Providers
M LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, HashSet<long>?, int?) BULK Props loading with projection filter and custom depth.
M LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, HashSet<long>?) BULK Props loading with projection filter (for Select projections).
M LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, int?) BULK Props loading with custom depth for nested RedbObject.
M LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>) BULK Props loading for multiple objects via get_object_json batch.
M LoadPropsForManyPolymorphicAsync(List<IRedbObject>) BULK loading for polymorphic objects (different schemes).
C LazyPropsLoader redb.Postgres.Providers
M LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, HashSet<long>?, int?) BULK Props loading with projection filter and custom depth.
M LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, HashSet<long>?) BULK Props loading with projection filter (for Select projections).
M LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, int?) BULK Props loading with custom depth for nested RedbObject.
M LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>) BULK Props loading for multiple objects via get_object_json batch.
M LoadPropsForManyPolymorphicAsync(List<IRedbObject>) BULK loading for polymorphic objects (different schemes).
C ProLazyPropsLoader redb.Core.Pro.Materialization
M LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, HashSet<long>?, int?) OPTIMIZED Props loading with structure_ids filter and custom depth.
M LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, HashSet<long>?) OPTIMIZED Props loading with structure_ids filter.
M LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, int?) BULK Props loading with custom depth for nested RedbObject.
M LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>) BULK Props loading for multiple objects with caching and parallelism.
C RedbQueryable<TProps> redb.Core.Query
M AnyAsync() Check if any records exist.
M AnyAsync(Expression<Func<TProps, bool>>) Check if any records match condition.
C SchemeFieldResolver redb.Core.Pro.Schema
M ResolveManyAsync(long, IEnumerable<string>) Batch resolve multiple fields (nested path support).
C TreeQueryableBase<TProps> redb.Core.Query.Base
M AnyAsync() Check if any records exist.
M AnyAsync(Expression<Func<TProps, bool>>) Check if any records match condition.