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: WhereHasAncestor Clear search
C E110_TreeWhereHasAncestor redb.Examples.Examples
I IRedbQueryable<TProps> redb.Core.Query
M WhereHasAncestor<TTarget>(Expression<Func<TTarget, bool>>, int?) Filter by ancestors: find objects that have an ancestor of specified type matching condition.
C RedbQueryable<TProps> redb.Core.Query
M WhereHasAncestor<TTarget>(Expression<Func<TTarget, bool>>, int?) Filter by ancestors: find objects that have an ancestor of specified type matching condition.
C TreeQueryableBase<TProps> redb.Core.Query.Base
M WhereHasAncestor<TTarget>(Expression<Func<TTarget, bool>>, int?) Filter by ancestors with polymorphic query support
C TreeQueryProviderBase redb.Core.Query.Base
M ExecuteOptimizedWhereHasAncestor<TProps>(TreeQueryContext<TProps>, TreeFilter) Optimized execution of WhereHasAncestor through logic inversion: