[QUERY] TableClient DeleteEntity using ITableEntity #32549
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
feature-request
This issue requires a new behavior in the product in order be resolved.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Tables
Library name and version
Azure.Data.Tables 12.7.0
Query/Question
TableClient.DeleteEntity accepts 2 parameters: partition key and row key.
Is there a reason why there is not an overload accepting an ITableEntity instance?
E.g.
myclient.DeleteEntity(myEntity);
Environment
No response
The text was updated successfully, but these errors were encountered: