LINQ

G

Guest

Is LINQ to SQL supported in the 3.0 Framework or is it only available in 3.5?

Thanks,
JP
 
J

Jon Skeet [C# MVP]

JP said:
Is LINQ to SQL supported in the 3.0 Framework or is it only available in 3.5?

It's only in 3.5.

You could in theory use C# 3 query expressions in .NET 2.0 or higher,
but you'd have to write all the Select, Where, Join etc methods
yourself.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top