Answers

Question and Answer:

  Home  LINQ

⟩ What is the purpose of LINQ Providers in LINQ?

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.

 198 views

More Questions for you: