Which interface implements the standard query operators in LINQ?

Correct Answer: The standard query operators implement the IEnumerable or the IQueryable interface in C# and the IEnumerable(Of T) or the IQueryable(Of T) interface in Visual Basic

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion