171 .net linq
可能重复: IList <T>到IQueryable <T>
我有一个List数据,但我想要一个IQueryable数据,是否可以从List数据到IQueryable数据?给我看一下代码
Gre*_*ech 367
var list = new List<string>(); var queryable = list.AsQueryable();
添加引用: System.Linq
System.Linq
归档时间:
17 年,3 月 前
查看次数:
106873 次
最近记录:
12 年,5 月 前