What is the use of iqueryable in c#?



What is the use of iqueryable in c#?..

Answer / Shubham Jaisawal

IQueryable is an interface in Entity Framework for querying data from a database. It allows deferred execution, meaning the query will not be executed until the results are actually needed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Write a short note on interface?

1 Answers  


How do you generate documentation from the C# file commented properly with a command-line compiler?

1 Answers  


What is a delegate?

5 Answers   Siebel Systems,


Why is it not a good idea to insert code into InitializeComponent method when working with Visual Studio ?

1 Answers  


What is hashtable c#?

1 Answers  


What are get and set in c#?

1 Answers  


Does c# support #define for defining global constants?

1 Answers  


What is the difference between cookies and session?

7 Answers   ADITI, Infinity, Infotech, VBV, Web Connect,


How can you reference current thread of the method ?

1 Answers  


Contrast between an interface and abstract class?

1 Answers   Siebel,


Give an example to show for hiding base class methods?

1 Answers  


What is the difference between abstraction and encapsulation in c#?

1 Answers  


Categories