views:

39

answers:

1

What is LINQ to SQL template? What is the advantages of it?

+1  A: 

Well, if you mean the "Linq to SQL class template" it is the template you need for creating a DBML. You can graphically add the tables to the DBML and SQLMetal then transforms the DBML into a DataContext, tables, and data types.

Obalix