Method TreeQuery<TProps>(IRedbObject?, int?)

Assembly: redb.Core.dll

Create tree query limited to subtree (synchronous).
If rootObject = null, returns empty queryable (more convenient for client code).

IRedbQueryable<TProps> TreeQuery<TProps>(IRedbObject? rootObject, int? maxDepth = null) where TProps : class, new()