What is asqueryable?



What is asqueryable?..

Answer / Pawan Rastogi

ASQueryable is an extension method in LINQ to Objects that allows IEnumerable<T> objects to be treated as if they were IQueryable<T>. This enables you to perform LINQ queries on enumerable collections without materializing them into memory, allowing for better performance and reduced memory usage.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

How toimport .dmp file in lower version of oracle from higher version ?

4 Answers   TCS,


How bulk collect improves performance?

1 Answers  


What is the life of an sql statement?

1 Answers  


How many triggers can be applied to a table?

1 Answers  


difference between anonymous blocks and sub-programs.

1 Answers  


How many rows can sqlite handle?

1 Answers  


How delete a row in sql?

1 Answers  


How to write a single statement that concatenates the words ?hello? And ?world? And assign it in a variable named greeting?

1 Answers  


what are the advantages of sql ? : Sql dba

0 Answers  


What is normalization? dec 2009

3 Answers   Cognizant,


Give the structure of the function ?

2 Answers  


what is the output of this query selet * from employee where 1=2 ??

11 Answers  


Categories