I know I can't use something like int[] or list as a parameter to a compiled query, but I need to find someway get the performance benefits of a compiled query that accepts n number of integers as a parameter.
Has anyone found any work arounds or alternative solutions to this issue?