Table of Contents

GR0047: Do not use Entity Framework DbSet.Update.

TitleDo not use Entity Framework DbSet<T>.Update.
IdGR0047
CategoryDesign
Default SeverityWarning
Enabled By DefaultTrue
DescriptionUpdate should not be used in an Application. It invalidates the entire poco object. Just select the desired entity, update the relevant properties and call SaveChanges.
Custom Tags