Home »

Which interface implements the standard query operators in LINQ?

Question ListCategory: C#.NETWhich interface implements the standard query operators in LINQ?
alisataylore190 author asked 9 years ago
1 Answers
jully882 author answered 8 years ago

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.

Please login or Register to Submit Answer