开发者

LINQ2SQL and SQL Server 2000

开发者 https://www.devze.com 2022-12-24 06:38 出处:网络
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 SQL Server 2000 (t

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 SQL Server 2000 (that's because it lacks ROW_NUMBER(), I suppose) and nothing more.

Anyway, does anybody have experience with LINQ2SQL and SQL S开发者_运维技巧erver 2000 combination.

P.S. Just wondering: is it possible to model LINQ2SQL class on view, not a real table?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号