How does IEnumerable can be used for SQL withOut a provider?
I thought only IQueryable can be used to LINQ to SQL.
Im sory for my ignorent.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
LINQ to SQL and Entity Framework both require an underlying database provider.
You have to remember, though, that LINQ isn’t a database specific technology. In its simplest form, there is LINQ to Objects that allows you to iterate over simple collections in .NET.