Which classs extension methods are used in linq to sql?
Answer Posted / Aravendra Singh
"The extension methods commonly used in LINQ to SQL include: 1. AsEnumerable: Converts an IQueryable into an IEnumerable. 2. ToList: Executes the query and returns a List<T>. 3. FirstOrDefault: Returns the first element of the sequence or a default value if no elements exist."n
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category