devlooped / TableStorage

Repository pattern with POCO object support for storing to Azure / Cosmos DB Table Storage

Home Page:https://clarius.org/TableStorage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't fail if deleting non-existent entity, return false instead

kzu opened this issue · comments

Currently, if you try to delete an entity that doesn't exist, an exception is thrown.

We should instead return a boolean with the success/failure status of the operation.