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

前端 未结 3 1392
甜味超标
甜味超标 2020-12-01 23:21

In MSSQL you can convert a string into an integer like this:

CONVERT(INT, table.column)

Is there any C# expression that Linq to SQL would t

3条回答
提交回复
热议问题