JSON Patch web API #1082
Unanswered
leigh-pointer
asked this question in
Q&A
Replies: 1 comment 2 replies
-
@leigh-pointer I am not sure I understand your question... Oqtane uses EF Core so it uses the ORM approach for interacting with the database. For updates this means that you retrieve an object, change a property value on the object, and then call update and it will change that field in the database. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My current project requires me to update a single field on the database. Currently Oqtane has no pattern for this, that I am aware of so my question is - Will the framework support this or should I go down my own route?
Beta Was this translation helpful? Give feedback.
All reactions