Skip to content

Commit

Permalink
Update linq-dynamic.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMagnan authored Aug 16, 2018
1 parent 42e9d4e commit b1c1062
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/pages/features/linq-dynamic.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ The Execute method is the LINQ Dynamic ultimate methods which let you evaluate a
- Execute
- Execute< TResult >

{% include template-example.html %}
```csharp
var list = context.Customers.Execute<IEnumerable<Customer>>("Where(x => x.IsActif == true)").ToList();
```
Expand Down

0 comments on commit b1c1062

Please sign in to comment.