提交 3b50d481 编写于 作者: J Johan Danforth

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

Update Contrib README with small nuance about Delete
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册