IQueryable<int> foo = new SomeQueryable<int<();
List<int> list = foo.ToList();
list.Add(5);
or by using ConcatIQueryable<int> foo = new SomeQueryable<int<();
foo = foo.Concat(new int[]{5});
IQueryable<int> foo = new SomeQueryable<int<();
List<int> list = foo.ToList();
list.Add(5);
or by using ConcatIQueryable<int> foo = new SomeQueryable<int<();
foo = foo.Concat(new int[]{5});
Email This
BlogThis!
Share to X
Share to Facebook
0 comments:
Post a Comment