What is LINQ to SQL template? What is the advantage of it?
What is LINQ to SQL开发者_如何学编程 template? What is the advantages of it?
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.
精彩评论