IEnumerable vs. IQueryable | LINQ Specific Programming Constructs
Автор: Code Semantic
Загружено: 2019-05-24
Просмотров: 3437
Описание:
LINQ provides two sets of standard query operators, one set operate on objects of type IEnumerable and the other set operate on objects of type IQueryable.
The query methods which are extended from IEnumerable, operate on in-memory collections.
The query methods which are extended from IQueryable, operate on out-of-process memory collections and build an expression tree that represents the query to be performed.
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: