Method WhereDescendantsOf(long, int?)
All descendants of specified object (recursive).
Uses SQL operator $descendantsOf.
public override IRedbQueryable<TProps> WhereDescendantsOf(long ancestorId, int? maxDepth = null)
All descendants of specified object (recursive).
Uses SQL operator $descendantsOf.
public override IRedbQueryable<TProps> WhereDescendantsOf(long ancestorId, int? maxDepth = null)