OpenRIAServices / OpenRiaServices

The Open RIA Services project continues what was previously known as WCF RIA Services.
https://openriaservices.gitbook.io/openriaservices/
Apache License 2.0
54 stars 47 forks source link

Add AttachAsXXX methods to DbDomainService: #506

Closed SandstromErik closed 1 month ago

SandstromErik commented 1 month ago

Add a new AttachAsModified method to DbDomainService (originally included AttachAsAdded, and AttachAsRemoved)

Daniel-Svensson commented 1 month ago

Looks good, should we add overloads that don't take a dbset but use DbContext.Set<T>() instead? (And if so do we want to keep dbset parameter)?

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud