What is the difference between System.Linq and System.Data.Linq?

Posted by Sergio Tapia on Stack Overflow See other posts from Stack Overflow or by Sergio Tapia
Published on 2010-06-11T01:16:32Z Indexed on 2010/06/11 1:22 UTC
Read the original article Hit count: 277

Filed under:
|
|
|

I was having troubles earlier while trying to declare a ChangeAction parameter in a method, with the IDE saying I might be missing a Namespace.

So I right click it and Resolve it and find that System.Data.Linq has been added and now everything is fine.

What is the difference between these two namespaces?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET