





















LINQ queries begin with the
FROMclause, rather than the
SELECTclause that most of us are familiar with in other query languages. When LINQ was being created, query statements did begin with
SELECT. However, the developers at Microsoft quickly realized that identifying the type that is being used up front enabled IntelliSense to provide meaningful suggestions as the rest of the query was constructed.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。