I am trying to add System.Data.DataSetExtensions in a UI Customization Custom Assembly Reference with no luck. My guess it is because it is a System Assembly and not a Epicor or User Assembly.
Wondering if there is a way. I want to be able to use IQueryable and/or IEnumerable in a LINQ query.
Yea, I was looking to convert a DataSet to a .AsQueryable so I did not have to loop through it. I like to use .Any if I am looking for a condition in multiple rows