File tree Expand file tree Collapse file tree 1 file changed +1
-24
lines changed Expand file tree Collapse file tree 1 file changed +1
-24
lines changed Original file line number Diff line number Diff line change 6
6
<a href="https://www.nuget.org/packages/SqlKata"><img src="https://img.shields.io/nuget/vpre/SqlKata.svg"></a>
7
7
<a href="https://github.com/sqlkata/querybuilder/network/members"><img src="https://img.shields.io/github/forks/sqlkata/querybuilder"></a>
8
8
<a href="https://github.com/sqlkata/querybuilder/stargazers"><img src="https://img.shields.io/github/stars/sqlkata/querybuilder"></a>
9
- <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
10
- <a href =" #contributors- " ><img src =" https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square " alt =" All Contributors " ></a >
11
- <!-- ALL-CONTRIBUTORS-BADGE:END -->
12
9
<a href="https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fsqlkata%2Fquerybuilder"><img alt="Twitter" src="https://img.shields.io/twitter/url?label=Tweet%20about%20SqlKata&style=social&url=https%3A%2F%2Fgithub.com%2Fsqlkata%2Fquerybuilder"></a>
13
10
</p >
14
11
@@ -165,24 +162,4 @@ int affected = db.Query("Users").Where("Id", 1).Update(new {
165
162
166
163
``` cs
167
164
int affected = db .Query (" Users" ).Where (" Id" , 1 ).Delete ();
168
- ```
169
-
170
- ## Contributors ✨
171
-
172
- Thanks goes to these wonderful people ([ emoji key] ( https://allcontributors.org/docs/en/emoji-key ) ):
173
-
174
- <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
175
- <!-- prettier-ignore-start -->
176
- <!-- markdownlint-disable -->
177
- <table >
178
- <tr >
179
- <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>
180
- </tr >
181
- </table >
182
-
183
- <!-- markdownlint-restore -->
184
- <!-- prettier-ignore-end -->
185
-
186
- <!-- ALL-CONTRIBUTORS-LIST:END -->
187
-
188
- This project follows the [ all-contributors] ( https://github.com/all-contributors/all-contributors ) specification. Contributions of any kind welcome!
165
+ ```
You can’t perform that action at this time.
0 commit comments