Method TreeQuery<TProps>()

Assembly: redb.Core.dll

Create type-safe tree query by type (synchronous).
Supports hierarchical operators: WhereHasAncestor, WhereHasDescendant, WhereLevel, WhereRoots, WhereLeaves.

public IRedbQueryable<TProps> TreeQuery<TProps>() where TProps : class, new()