Interface executes standard query operator in LINQ

Name the interface that executes the standard query operators in the LINQ?

E

Expert

Verified

Standard query operators execute the IEnumerable(Of T) or the IQueryable(Of T) interface in Visual Basic while, IEnumerable<T> or IQueryable<T> interface in the C#.

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.