Is there a way to perform a statement such as
update myRecords SET type=99 WHERE username='Fred'
without calling with a raw TSQL command?
I'm using the LinqMetadata approach for most of my solutions, but what is a suitable way to at least build an appropriate WHERE clause to pass to the execution?