File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
+ <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3
+ [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square )] ( #contributors- )
4
+ <!-- ALL-CONTRIBUTORS-BADGE:END -->
2
5
<strong>SqlKata Query Builder</strong>
3
6
</p >
4
7
@@ -162,3 +165,23 @@ int affected = db.Query("Users").Where("Id", 1).Update(new {
162
165
``` cs
163
166
int affected = db .Query (" Users" ).Where (" Id" , 1 ).Delete ();
164
167
```
168
+
169
+ ## Contributors ✨
170
+
171
+ Thanks goes to these wonderful people ([ emoji key] ( https://allcontributors.org/docs/en/emoji-key ) ):
172
+
173
+ <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
174
+ <!-- prettier-ignore-start -->
175
+ <!-- markdownlint-disable -->
176
+ <table >
177
+ <tr >
178
+ <td align="center"><a href="https://github.com/mnsrulz"><img src="https://avatars.githubusercontent.com/u/1809086?v=4?s=100" width="100px;" alt=""/><br /><sub><b>mnsrulz</b></sub></a><br /><a href="https://github.com/sqlkata/querybuilder/commits?author=mnsrulz" title="Code">💻</a></td>
179
+ </tr >
180
+ </table >
181
+
182
+ <!-- markdownlint-restore -->
183
+ <!-- prettier-ignore-end -->
184
+
185
+ <!-- ALL-CONTRIBUTORS-LIST:END -->
186
+
187
+ This project follows the [ all-contributors] ( https://github.com/all-contributors/all-contributors ) specification. Contributions of any kind welcome!
You can’t perform that action at this time.
0 commit comments