如何为以下TSQL编写Linq-to-SQL语句?
select count(*), sum(Amount), avg(Amount), min(Amount), max(Amount) from TableName
c# linq-to-sql
c# ×1
linq-to-sql ×1