List<T> 转换 IQueryable<T>

var list = newList<string>();
var queryable = list.AsQueryable();
posted @ 2013-07-27 23:38  风随叶舞  阅读(679)  评论(0)    收藏  举报