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