How to use Aggregate functions with LINQ to SQL(dev102.com)
submitted by
shaharyr(4325) 3 years, 9 months ago
LINQ to SQL maps the relational database into an object model, and when the program runs the queries in the object model are translated into SQL. SQL contains Aggregate functions like SUM, AVG, MIN, MAX and more. Lets see how this functionality can be implemented using LINQ
|category: Linq
|Views: 343
tags:
LINQ another
Everyones tags:
Your Tags: