I have used LINQ to SQL with a update stored procedure to update databases in the past. I wanted to know if there is anything similar in LINQ to Dataset
An example of the LINQ to SQL Update:
Dim lqUpdate = lqUpdate.sprocUpdate(ColumnName, NewValue, ID)