gpt4 book ai didi

linq-to-objects - IList 到 IQueryable

转载 作者:行者123 更新时间:2023-12-03 05:29:06 26 4
gpt4 key购买 nike

我有一个列表,我想将其包装到 IQueryable 中。

这可能吗?

最佳答案

List<int> list = new List<int>() { 1, 2, 3, 4, };
IQueryable<int> query = list.AsQueryable();

如果您没有看到 AsQueryable() 方法,请为 System.Linq 添加 using 语句。

关于linq-to-objects - IList<T> 到 IQueryable<T>,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/73542/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com