You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If Microsoft introduces a SaveChanges API in EF Core that doesn't require returning the number of rows to the database, then neither Oracle nor any other provider writer would have to retrieve this info.
When creating an update the following SQL is generated:
This code is not efficient because it requires context switching and setting up a new cursor.
is there no other way within the framework that can process the return value of the UPDATE statement?
The text was updated successfully, but these errors were encountered: