70 likes | 499 Views
LINQ to SQL. Part 3. Figure 12-3: Data contained in the tblEmploy table. Accessing the Value Stored in a Field. Creating a Query. Using the LINQ Aggregate Operators. Aggregate operator: returns a single value from a group of values Most commonly used aggregate operators:
E N D
LINQ to SQL Part 3
Figure 12-3: Data contained in the tblEmploy table Microsoft Visual Basic 2010: Reloaded, Fourth Edition
Accessing the Value Stored in a Field Microsoft Visual Basic 2010: Reloaded, Fourth Edition
Creating a Query Microsoft Visual Basic 2010: Reloaded, Fourth Edition
Using the LINQ Aggregate Operators • Aggregate operator: returns a single value from a group of values • Most commonly used aggregate operators: • Average, Count, Max, Min, and Sum Microsoft Visual Basic 2010: Reloaded, Fourth Edition