Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
Dapper
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
Dapper
Commits
6ffbcf44
Commit
6ffbcf44
authored
Jun 10, 2015
by
shrayasr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Formatting to 80 columns
parent
8b0520c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Readme.md
Dapper.Contrib/Readme.md
+3
-2
No files found.
Dapper.Contrib/Readme.md
View file @
6ffbcf44
...
...
@@ -130,7 +130,8 @@ Limitations and caveats
### 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`
...
...
@@ -141,4 +142,4 @@ Limitations and caveats
```Csharp
connection.Update<Car>(new Car() { Id = 1, Name = "Maruti" });
```
\ No newline at end of file
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment