You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
461 B
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 标准查询操作符
## 投影操作符
Select
### SelectMany
## 限制操作符
### Where
## 排序操作符
### OrderBy
## 联接操作符
## 分组操作符
## 集合操作符
## 聚合操作符
## 生成操作符
## 转换操作符
## 元素操作符
## 相等操作符
## 量词操作符
Any
All
## 分区操作符
Take 返回序列中,从0开始的连续指定项数据子序列延迟执行。
TakeWhile