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

Assembly: redb.Core.dll

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

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