Language Integrated Query (LINQ) Question:
What is the purpose of LINQ Providers in LINQ?
Answer:
LINQ Providers are a set of classes that takes a LINQ query and dynamically generates a method that executes an equivalent query against a specific data source.
Previous Question | Next Question |
List the important language extensions made in C# to make LINQ a reality? | What are the four LINQ Providers that .NET Framework ships? |