LINQ ตัวอย่างสำหรับ List to IQueryable

var list = new List<string>();
var queryable = list.AsQueryable();

0 comments: (+add yours?)

Post a Comment