LINQ2SQL and MS SQL 2000
Posted
by artvolk
on Stack Overflow
See other posts from Stack Overflow
or by artvolk
Published on 2010-03-25T08:10:06Z
Indexed on
2010/03/25
8:13 UTC
Read the original article
Hit count: 595
Good day!
I have used LINQ2SQL with MS SQL 2005, but now I need to use it with MS SQL 2000. I have found only article on MSDN that tells about Skip() and Take() oddities on MS SQL 2000 (that's because it lacks ROW_NUMBER(), I suppose) and nothing more.
Anyway, does anybody have expirience with LINQ2SQL and MS SQL 2000 combination.
P.S. Just wondering: is it possible to model LINQ2SQL class on view, not a real table?
© Stack Overflow or respective owner