Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

difference between iqueryable and ienumerable c#

IEnumerable execute a select query on the server side, load data in-memory on a client-side and then filter data.
IQueryable execute the select query on the server side with all filters
 
PREVIOUS NEXT
Tagged: #difference #iqueryable #ienumerable
ADD COMMENT
Topic
Name
9+1 =