1 / 7

LINQ to SQL

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:

baka
Download Presentation

LINQ to SQL

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. LINQ to SQL Part 3

  2. Figure 12-3: Data contained in the tblEmploy table Microsoft Visual Basic 2010: Reloaded, Fourth Edition

  3. Accessing the Value Stored in a Field Microsoft Visual Basic 2010: Reloaded, Fourth Edition

  4. Creating a Query Microsoft Visual Basic 2010: Reloaded, Fourth Edition

  5. Microsoft Visual Basic 2010: Reloaded, Fourth Edition

  6. 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

  7. Microsoft Visual Basic 2010: Reloaded, Fourth Edition

More Related