Skip to content

Commit e35dd05

Browse files
Update linq-dynamic.md
1 parent 76dedd8 commit e35dd05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/pages/api/linq-dynamic.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ 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.
16+
1517
## LINQ Dynamic - Predicate
1618
You can use any LINQ method that support predicate with a dynamic C# expression :
1719

0 commit comments

Comments
 (0)