Posts by Ronaldo César • 11 points
2 posts
-
0
votes1
answer41
viewsA: EF Core how to increment a list of already recorded objects
I believed Ef would automatically increment the list, but from what I saw, it doesn’t. So I solved this with a "foreach" to check if the item does not exist and add it and with the…
-
1
votes1
answer41
viewsQ: EF Core how to increment a list of already recorded objects
I am implementing a Web Api and I am using EF Core in the infrared layer. I have the related entities Table and Tableprecoitem, I wonder if to increment the property Tableprecoitem of an entity…