paulyoder / LinqToExcel

Use LINQ to retrieve data from spreadsheets and csv files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

System.NotImplementedException when call Contains in query

r-rc-christopher opened this issue · comments

commented

When I call "Contains" method on a collection to filter data, I get the exception System.NotImplementedException with "VisitSubQueryExpression method is not implemented" as message.

There is what I am doing :

from import in connection.worksheet(0)
where new string[]{ "SUB A" }.Contains(import["ACCOUNT"])
select import