Method WhereHasDescendant<TTarget>(Expression<Func<TTarget, bool>>, int?)

Assembly: redb.Core.dll

Filter by descendants with polymorphic query support

public override IRedbQueryable<TProps> WhereHasDescendant<TTarget>(Expression<Func<TTarget, bool>> descendantCondition, int? maxDepth = null) where TTarget : class