Friday, May 22, 2009

Linq Providers

LINQ also defines another interface, IQueryable, which defines the same interfaces to the Standard Query Operators as IEnumerable.

different providers of Linq:
LINQ to Objects
LINQ to XML
LINQ to SQL
LINQ to DataSets

No comments:

Post a Comment