Hi Wagner,
Can you use the 'IN' operator when selecting records? In SQL I can do this-
SELECT * from Departments
where Departments.LocationCode in ('A','E','F','M','R')
Something like .Add(TExpression.IN('LocationCode', ('A','E','F','M','R'))
Thanks