0
kicks
Q: Is IQueryable the Right Choice for Me?
IQueryable<T> is just one way to create custom LINQ providers, but this post outlines different approaches that are attractive for less-complicated query providers.