Method GetIdsWithAncestorsAsync<TProps>(List<long>)
Get IDs of all objects and their parents up to root through recursive CTE
public Task<List<long>> GetIdsWithAncestorsAsync<TProps>(List<long> filteredIds) where TProps : class, new()
Get IDs of all objects and their parents up to root through recursive CTE
public Task<List<long>> GetIdsWithAncestorsAsync<TProps>(List<long> filteredIds) where TProps : class, new()