Commit d9fa8f5c authored by shrayasr's avatar shrayasr

Update README

Deleting an entity will delete only by a specified key property and not by
any specified parameter
parent 7640c43a
......@@ -87,7 +87,7 @@ connection.Update(cars);
`Delete` methods
-------
Delete one specific entity
Delete an entity by the specified `[Key]` property
```csharp
connection.Delete(new Car() { Id = 1 });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment