I have EfCore query:
return await _context.Rubrics .AsNoTracking() .Where(i => i.IsApproved == true) .Incl