# LINQ operatorlari

Operatorlar LINQ yozish jarayonida ishlatiladigan metodlardir. Bu metodlar ko\`plab imkoniyatlarni o\`z ichiga oladi.

Misol uchun:

* Ma'lumotlarni filtirlash (Filter the data)
* Tartiblash (Order the data
* va boshqalar...

LINQ operatorlari quyidagi bo'limlarga bo'lingan

1. Sorting Data
2. Set Operations
3. Filtering Data
4. Quantifier Operations
5. Projection Operations
6. Partitioning Data
7. Grouping Data
8. Equality Operations
9. Element Operations
10. Converting Data Types
11. Concatenation Operations
12. Aggregation Operations
13. Generation Operations
14. Join Operations


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dot-net.uz/c-.net/linq/linq-operatorlari.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
