You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/api/linq-dynamic.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ permalink: linq-dynamic
12
12
13
13
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.
14
14
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.
16
16
17
17
## LINQ Dynamic - Predicate
18
18
You can use any LINQ method that support predicate with a dynamic C# expression :
0 commit comments