Method TreeQuery<TProps>(IRedbUser)
Create type-safe tree query by type with specified user (synchronous).
Supports hierarchical operators: WhereHasAncestor, WhereHasDescendant, WhereLevel, WhereRoots, WhereLeaves.
public IRedbQueryable<TProps> TreeQuery<TProps>(IRedbUser user) where TProps : class, new()