Click here to Skip to main content
15,889,315 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have the SQL query.
SQL
select sum(column1 + Column2) from tbl where column3='test'

I got the sum of both the columns as output.
Now, I am using subsonic in my application, can you anyone tell me how to write the SubSonic code for that?

Thanks
Posted
Updated 14-May-10 5:37am
v2
Comments
Sandeep Mewara 14-May-10 11:40am    
From where does the SQL Query and related to whatever you want a code for? What is subsonic in ASP.NET?

1 solution

Try the subsonic website[^] - they have a tutorial.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900