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