C#: Using LINQ Queries & Operators

Summary:

汇总:

LINQ allows you to query data from different types of data sources using one syntax rather than needing to learn a variety of different syntaxes.

LINQ让你只使用一种语法格式就可以从不同种类的数据源中查询数据,无需学习不同种类的语法。

 

LINQ can use any type of IEnumerable or IEnumerable as a datasource.

LINQ只能应用任何类型是IEnumerable的数据源。

 

Queries don't execute at the time create the query, they will execute when the results are needed.

查询不会在你创建查询的时候执行,仅在你需要查询结果的时候执行。

 

Where clauses filter your results conditionally.

Where语句可以分情况过滤结果。

 

Orderby clauses arrange your results.

Oderby语句可以对结果进行排序。

 

Groupby clauses put your results into a collection of groups.

Groupby语句可以将结果进行分组。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值