Skip to content

Commit 812e463

Browse files
Update linq-dynamic.md
1 parent e35dd05 commit 812e463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/api/linq-dynamic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permalink: linq-dynamic
1212

1313
LINQ (Language Integrated Query) has been introduced in .NET 3.5 and since has been one of the most used features. ORM like Entity Framework takes advantage from this feature and allow you to write type-safe queries.
1414

15-
The theory want you to only use type-safe queries, however the reality require often you to write LINQ with dynamic query expressions.
15+
The theory wants you only to use type-safe queries. However, the reality requires often you to write LINQ with dynamic query expressions.
1616

1717
## LINQ Dynamic - Predicate
1818
You can use any LINQ method that support predicate with a dynamic C# expression :

0 commit comments

Comments
 (0)