IQueryable<T> public interface IQueryable<T> : IEnumerable<T>, IEnumerable, IQueryable Provides functionality to evaluate queries against a specific data source wherein the type of the data is known. Documentation