Method WhereHasDescendant<TTarget>(Expression<Func<TTarget, bool>>, int?)
Filter by descendants with polymorphic query support
public override IRedbQueryable<TProps> WhereHasDescendant<TTarget>(Expression<Func<TTarget, bool>> descendantCondition, int? maxDepth = null) where TTarget : class