GR0047: Do not use Entity Framework DbSet.Update.
Title | Do not use Entity Framework DbSet<T>.Update. |
---|---|
Id | GR0047 |
Category | Design |
Default Severity | Warning |
Enabled By Default | True |
Description | Update 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 |