R
Roy
I got an error when I run a LINQ query
"LINQ to Entities does not recognize the method 'Double Abs(Double)' method,
and this method cannot be translated into a store expression."
I do have a Math.Abs in the where and orderby clauses. Is there a way to
work around this isue?
"LINQ to Entities does not recognize the method 'Double Abs(Double)' method,
and this method cannot be translated into a store expression."
I do have a Math.Abs in the where and orderby clauses. Is there a way to
work around this isue?