Update README.md

This commit is contained in:
dlebee 2018-03-14 19:53:58 -05:00 committed by GitHub
parent 8c90c39144
commit b27736f192
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,9 +53,9 @@ TestData.Sales
t.Average("Tax", "TaxAverage");
t.ToList("Sales");
});
equivalent to
```
Is equivalent to
```csharp
TestSales
.GroupBy(t => new { t.ClientId })
.Select(t => new {