Wednesday 28 June 2017

How change List data to IQueryable data [duplicate]

var list = new List<string>();
var queryable = list.AsQueryable();
Add a reference to: System.Linq

No comments:

Post a Comment

Note: only a member of this blog may post a comment.

Blog Archive