zoukankan
html css js c++ java
101 LINQ Samples(from MSDN)
101 LINQ Samples
Restriction Operators
Where - Simple 1
Where - Simple 2
Where - Simple 3
Where - Drilldown
Where - Indexed
Projection Operators
Select - Simple 1
Select - Simple 2
Select - Transformation
Select - Anonymous Types 1
Select - Anonymous Types 2
Select - Anonymous Types 3
Select - Indexed
Select - Filtered
SelectMany - Compound from 1
SelectMany - Compound from 2
SelectMany - Compound from 3
SelectMany - from Assignment
SelectMany - Multiple from
SelectMany - Indexed
Partitioning Operators
Take - Simple
Take - Nested
Skip - Simple
Skip - Nested
TakeWhile - Simple
SkipWhile - Simple
SkipWhile - Indexed
Ordering Operators
OrderBy - Simple 1
OrderBy - Simple 2
OrderBy - Simple 3
OrderBy - Comparer
OrderByDescending - Simple 1
OrderByDescending - Simple 2
OrderByDescending - Comparer
ThenBy - Simple
ThenBy - Comparer
ThenByDescending - Simple
ThenByDescending - Comparer
Reverse
Grouping Operators
GroupBy - Simple 1
GroupBy - Simple 2
GroupBy - Simple 3
GroupBy - Nested
GroupBy - Comparer
GroupBy - Comparer, Mapped
Set Operators
Distinct - 1
Distinct - 2
Union - 1
Union - 2
Intersect - 1
Intersect - 2
Except - 1
Except - 2
Conversion Operators
To Array
To List
To Dictionary
OfType
Element Operators
First - Simple
First - Indexed
FirstOrDefault - Simple
FirstOrDefault - Condition
FirstOrDefault - Indexed
ElementAt
Generation Operators
Range
Repeat
Quantifiers
Any - Simple
Any - Indexed
Any - Grouped
All - Simple
All - Indexed
All - Grouped
Aggregate Operators
Count - Simple
Count - Conditional
Count - Indexed
Count - Nested
Count - Grouped
Sum - Simple
Sum - Projection
Sum - Grouped
Min - Simple
Min - Projection
Min - Grouped
Min - Elements
Max - Simple
Max - Projection
Max - Grouped
Max - Elements
Average - Simple
Average - Projection
Average - Grouped
Fold - Simple
Fold - Seed
Miscellaneous Operators
Concat - 1
Concat - 2
EqualAll - 1
EqualAll - 2
Custom Sequence Operators
Combine
Query Execution
Deferred
Immediate
Query Reuse
原文链接
http://msdn2.microsoft.com/en-us/vcsharp/aa336746.aspx
邀月注:本文版权由邀月和博客园共同所有,转载请注明出处。
助人等于自助!
3w@live.cn
查看全文
相关阅读:
Eclipse 读取config目录下文件
cakephp 中Console / Shell 有什么优点?
cakephp中使用 find('count')方法
[转]using components in Cakephp 2+ Shell
[转]Git for windows 下vim解决中文乱码的有关问题
在Foxmail中添加阿里云企业邮箱账号
Cakephp在Controller中显示sql语句
java线程的基本概念
mysql varchar到底能存多少字符。
mysql 联合索引匹配原则
原文地址:https://www.cnblogs.com/downmoon/p/1096301.html
最新文章
WebStorm 2017 最新激活方式
npm无法安装node-sass的解决方法
纯js实现html转pdf
SQL调优--记一次表统计信息未及时更新导致查询超级慢
SSRS 制作报表时报错: 超时时间已到。在操作完成之前超时时间已过或服务器未响应。
SSRS 报表管理器 http://localhost/Reports HTTP500 内部错误处理过程
sql server 不可见字符处理 总结
time_wait过多原因
feign的线程池优化
搭建nexus私服
热门文章
mybatis报错:Invalid bound statement (not found)
maven snapshot release
maven mirros
ngxin代理redis
DMZ在虚拟化环境中的部署
Maven web项目的项目如何创建
Maven 用Eclipse创建web项目后报错的解决方式
Spring Boot 要点--启动类和热部署
cacheData
扩展MarkDown表格
Copyright © 2011-2022 走看看