January 2008
Beginner
352 pages
9h 6m
English
There are multiple forms of LINQ when using Microsoft Visual Basic, such as LINQ for DataSets and LINQ To SQL. We will use LINQ To SQL, which is one technology that extends the abilities of Visual Basic 2008.
LINQ To SQL is a way for Visual Basic to create classes that represent data entities. You can use these entitites to describe a table in which you then use LINQ to query or manipulate the underlying data or structure. You define a class that represents the implementation of the SQL structure and attributes.
I will describe one way to create the Data Entity class implementation for LINQ To SQL.
The easiest method of creating the class is to use the LINQ To SQL tool ...
Read now
Unlock full access