@ -21,6 +21,12 @@ Simple Query
query.Where("FirstName", ConditionOperators.Equal, "David");
```
Simple Sorting
```csharp
query = query.OrderByDescending("AuthorId");
query = query.ThenBy("Id");
Using Query Builder
// subject.
The note is not visible to the blocked user.