Linq Query

edit

Linq Query

Summary== Linq stands for "Language Integrated Query" and is basically a built-in querying mechanism for C#. You can hook up a DB to this feature and that's what we've done! ===Select Queries=

Select queries are pretty straightforward but require some knowledge about Linq. There are tons of tutorials out there, but once you get it, working with anything "queryable" becomes pretty simple. Here is .

=Data Manipulation=

Linq doesn't come with a feature to manipulate data directly, but SubSonic has added that in for you: ** ** **