Great feature EF Core team!! I always used straight SQL to do updates and deletes as it's a waste to fetch the full entity(ies) from the database just to update one column or to delete something. Thanks for the vid gav!!
@Tamer_Ali2 жыл бұрын
Awesome video Mr.Felipe. Thanks 👍
@gavilanch38032 жыл бұрын
Thanks, Tamer!
@coding-gemini Жыл бұрын
Great video thanks for the examples. Is there an bulk upsert like insert if not exists and update the record if it exists ?
@markjohnnah77482 жыл бұрын
Great stuff, thanks heaps.👍
@gavilanch38032 жыл бұрын
Thanks!
@rupenanjaria Жыл бұрын
Great, how can we update only selected fields for selected records? E.g. if we are synchronizing two different tables based on one of the table such that any deleted records in table 1 should be deleted in table two and same for updated records (not entire row).