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

No need to use DynamicTableEntity when deleting

kzu opened this issue · comments

Since only the partitionkey+rowkey are needed, there is no need to use a DynamicTableEntity to perform the delete.