In the LINQ query below, what do you call the "a"?
var result =
from a in db.table
where a.id == 12
select new {A开发者_运维技巧 = a};
It's a range variable. See my Edulinq post on "how query expressions work" for more details.
In the LINQ query below, what do you call the "a"?
var result =
from a in db.table
where a.id == 12
select new {A开发者_运维技巧 = a};
It's a range variable. See my Edulinq post on "how query expressions work" for more details.
上一篇:求一个失望网名女生微信网名?
肠胃炎不能吃什么东西??:下一篇
精彩评论