Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samanazadi1996 committed Jun 22, 2024
1 parent 45dc73d commit fdcdf1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ In today's digital world, effective file management is crucial for individuals a
var result = query
.Take(3)
.Skip(2)
.Where("name = 'saman'")
.Where("name = 'TestName'")
.OrderBy(p => p.name)
.OrderBy(p => p.is_archive)
.OrderByDescending(p => p.stream_id)
Expand Down

0 comments on commit fdcdf1e

Please sign in to comment.