Commit 3b50d481 authored by Johan Danforth's avatar Johan Danforth

Merge pull request #302 from shrayasr/contrib-delete-nuance

Update Contrib README with small nuance about Delete
parents 7640c43a d9fa8f5c
...@@ -87,7 +87,7 @@ connection.Update(cars); ...@@ -87,7 +87,7 @@ connection.Update(cars);
`Delete` methods `Delete` methods
------- -------
Delete one specific entity Delete an entity by the specified `[Key]` property
```csharp ```csharp
connection.Delete(new Car() { Id = 1 }); 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