Video How to: Writing Queries in Visual Basic
Visual Basic 2008 has added the ability to write database queries directly in native Visual Basic syntax. It's called LINQ (for language-integrated query), and you can get an introduction to how it works by watching this Video How to.
This video shows you the Visual Basic 2008 language features that enable you to write LINQ query expressions. The following tasks are included in the process:
You can follow the steps and find the code used in this video in Walkthrough: Writing Queries in Visual Basic.
If you have suggestions for other Video How tos you'd like to see in our documentation, please let us know!
--Kathleen