LINQ DataContext
-
hello all can i create datacontext without using "LINQ to SQL Classes (DataClasses2.dbml)" ? please give any link or example
Rajeev Kr. Sharma Sr. Software Engineer E-Meditek Solutions Ltd. http://www.emeditek.co.in/
-
hello all can i create datacontext without using "LINQ to SQL Classes (DataClasses2.dbml)" ? please give any link or example
Rajeev Kr. Sharma Sr. Software Engineer E-Meditek Solutions Ltd. http://www.emeditek.co.in/
Of course you can do. I think the best thing to do is to see how the classes are created in the designer when you create one dbml. For reading you can go through http://blogs.msdn.com/charlie/archive/2007/12/10/understanding-the-datacontext.aspx[^]
Abhishek Sur
My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB
**Don't forget to click "Good Answer" if you like to.