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: AnyAsync
Clear search
E071_AnyAsync
redb.Examples.Examples
ILazyPropsLoader
redb.Core.Providers
LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, HashSet<long>?, int?)
OPTIMIZED Props loading with structure_ids filter and custom depth.
LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, HashSet<long>?)
OPTIMIZED Props loading with structure_ids filter.
LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, int?)
BULK Props loading with custom depth for nested RedbObject.
LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>)
BULK Props loading for multiple objects with caching and parallelism.
IPropsMaterializer
redb.Core.Materialization
MaterializeManyAsync<TProps>(IReadOnlyList<IRedbObject>, IEnumerable<long>?)
Batch materialize Props for multiple objects.
IRedbQueryable<TProps>
redb.Core.Query
AnyAsync()
Check if any records exist.
AnyAsync(Expression<Func<TProps, bool>>)
Check if any records match condition.
ISchemeFieldResolver
redb.Core.Schema
ResolveManyAsync(long, IEnumerable<string>)
Batch resolve multiple field paths. Uses internal caching.
LazyPropsLoader
redb.MSSql.Providers
LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, HashSet<long>?, int?)
BULK Props loading with projection filter and custom depth.
LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, HashSet<long>?)
BULK Props loading with projection filter (for Select projections).
LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, int?)
BULK Props loading with custom depth for nested RedbObject.
LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>)
BULK Props loading for multiple objects via get_object_json batch.
LazyPropsLoader
redb.Postgres.Providers
LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, HashSet<long>?, int?)
BULK Props loading with projection filter and custom depth.
LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, HashSet<long>?)
BULK Props loading with projection filter (for Select projections).
LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, int?)
BULK Props loading with custom depth for nested RedbObject.
LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>)
BULK Props loading for multiple objects via get_object_json batch.
ProLazyPropsLoader
redb.Core.Pro.Materialization
LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, HashSet<long>?, int?)
OPTIMIZED Props loading with structure_ids filter and custom depth.
LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, HashSet<long>?)
OPTIMIZED Props loading with structure_ids filter.
LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>, int?)
BULK Props loading with custom depth for nested RedbObject.
LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>)
BULK Props loading for multiple objects with caching and parallelism.
RedbQueryable<TProps>
redb.Core.Query
AnyAsync()
Check if any records exist.
AnyAsync(Expression<Func<TProps, bool>>)
Check if any records match condition.
SchemeFieldResolver
redb.Core.Pro.Schema
ResolveManyAsync(long, IEnumerable<string>)
Batch resolve multiple fields (nested path support).
TreeQueryableBase<TProps>
redb.Core.Query.Base
AnyAsync()
Check if any records exist.
AnyAsync(Expression<Func<TProps, bool>>)
Check if any records match condition.