Linq to SQL: How to delete using only the primary key?

Posted by Jeremy on Stack Overflow See other posts from Stack Overflow or by Jeremy
Published on 2010-03-08T05:12:51Z Indexed on 2010/03/08 5:21 UTC
Read the original article Hit count: 265

Filed under:
|
|

How do I delete a record using Linq to SQL using only the primary key, without having to retrieve the exsting record from the database?

© Stack Overflow or respective owner

Related posts about linq-to-sql

Related posts about delete