C# Linq to SQL: How to express “CONVERT([…] AS INT)”?

C# has Convert.ToInt32() which should do what you’re looking for.

Leave a Comment