I'm wondering how can I use LINQ in here?
I followed the way of using Business Layer through this tutorial and I'm wondering how I can use LINQ there:Code:public Northwind.ProductsDataTable GetProducts() { [Can I use Linq here?] return Adapter.GetProducts(); }
http://www.asp.net/data-access/tutor...logic-layer-cs




Reply With Quote