Mar 14, 2023 How to update a record in database with LINQ First select your record you want to update: var tabmax = context.Tabmaxes.Where(t => t.tabelle =... Read More