I\'m following the tips here, trying to leverage the statement that the sql doesn\'t get created until the enumerator is tripped. However I get the following error on the c
You could do ESQL and do something like the below..
db.MyTables.Where("it.Type like '" + typeFilter + "'").ToList();