Skip to content

Commit

Permalink
Merge pull request #3 from Lempireqc/master
Browse files Browse the repository at this point in the history
Update overview.md fixe
  • Loading branch information
JonathanMagnan committed May 1, 2018
2 parents ea70846 + d4c8b8a commit ffa6b15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/pages/tutorials/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,11 @@ context.Customers (Coming Soon)
.Where(x => x.Actif && x.LastLogin < DateTime.Now.AddYears(-2))
.UpdateFromQuery(x => new Customer {Actif = false});
{% endhighlight %}
<!--

### Performance Comparisons

| Operations | 1,000 Entities | 2,000 Entities | 5,000 Entities |
| :-------------- | -------------: | -------------: | -------------: |
| SubmitChanges | 1,000 ms | 2,000 ms | 5,000 ms |
| DeleteFromQuery | 1 ms | 1 ms | 1 ms |
| UpdateFromQuery | 1 ms | 1 ms | 1 ms |
--!>

0 comments on commit ffa6b15

Please sign in to comment.