Page 1 of 1

Decimals in LinqDataSource.Where

Posted: Tue 31 Aug 2010 11:16
by mr_gorkajuice
I’m facing a problem with decimals when constructing a where-clause using LinqDataSource.Where
After constructing the Where-clause, it contains the following bit:

SomeTable.SomeNumber >=0.5 && SomeTable.SomeNumber =0,5 && SomeTable.SomeNumber<=0,6

… causes run-time errors. So I’m stuck between a decimal point that doesn’t work, and a decimal point that DEFINITELY doesn’t work.

Any suggestions?

Posted: Wed 01 Sep 2010 11:13
by StanislavK
Thank you for your report, we've reproduced the issue. We will investigate it and inform you about the results.