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?
			
									
									
						Decimals in LinqDataSource.Where
- 
				StanislavK
 - Devart Team
 - Posts: 1710
 - Joined: Thu 03 Dec 2009 10:48