I just read few notes on LINQ.
I am really very impressed the way it works and do queries from SQL Server.

I want to know is the LINQ only does the SELECT statment or does it also
handles UPDATES and DELETIONS.
I am very curious about this, so please provide me some knowledge.

Thanks Steven.

Re: LINQ with SQL Server by Cor

Cor
Wed Mar 12 00:46:11 CDT 2008


Steven,

SubmitChanges

http://msdn2.microsoft.com/en-us/library/system.data.linq.datacontext.submitchanges.aspx

Cor


Re: LINQ with SQL Server by Steven

Steven
Wed Mar 12 08:59:42 CDT 2008

Cool.

Thanks Cor

"Cor Ligthert[MVP]" <notmyfirstname@planet.nl> wrote in message
news:BCDAD235-B702-485F-857B-B1EDE878A33E@microsoft.com...
>
> Steven,
>
> SubmitChanges
>
> http://msdn2.microsoft.com/en-us/library/system.data.linq.datacontext.submitchanges.aspx
>
> Cor