What’s the Linq to SQL equivalent to CEILING?

Posted by Pandiya Chendur on Stack Overflow See other posts from Stack Overflow or by Pandiya Chendur
Published on 2010-04-28T07:48:08Z Indexed on 2010/04/28 7:53 UTC
Read the original article Hit count: 403

How do I do this

SELECT  CEILING(COUNT(*) / 10) NumberOfPages
 FROM  MyTable

in Linq to SQL?

© Stack Overflow or respective owner

Related posts about linq-to-sql

Related posts about sql-server-2005