Linq2sql And Sql Server 2000
Good day! I have used LINQ2SQL with SQL Server 2005, but now I need to use it with SQL Server 2000. I have found only article on MSDN that tells about Skip() and Take() oddities on
Solution 1:
I've been using Linq-to-SQL with SQL Server 2000, and it works - not sure about the Skip() and Take() - I didn't use those.
And yes, you can definitely also drag views from your database into the Linq-to-SQL designer - works like a charm.
Post a Comment for "Linq2sql And Sql Server 2000"