Commit 6ffbcf44 authored by shrayasr's avatar shrayasr

Formatting to 80 columns

parent 8b0520c6
...@@ -130,7 +130,8 @@ Limitations and caveats ...@@ -130,7 +130,8 @@ Limitations and caveats
### SQLite ### SQLite
`SQLiteConnection` exposes an `Update` event that clashes with the `Update` extension provided by Dapper.Contrib. There are 2 ways to deal with this. `SQLiteConnection` exposes an `Update` event that clashes with the `Update`
extension provided by Dapper.Contrib. There are 2 ways to deal with this.
1. Call the `Update` method explicitly from `SqlMapperExtensions` 1. Call the `Update` method explicitly from `SqlMapperExtensions`
...@@ -141,4 +142,4 @@ Limitations and caveats ...@@ -141,4 +142,4 @@ Limitations and caveats
```Csharp ```Csharp
connection.Update<Car>(new Car() { Id = 1, Name = "Maruti" }); connection.Update<Car>(new Car() { Id = 1, Name = "Maruti" });
``` ```
\ No newline at end of file
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