Monday, 20 December 2010

What type of Operation we can do in C# using LINQ?

The LinqDataSource control applies data operations in the following order:
  • Where (specify which data records to return).
  • Order By (sort).
  • Group By (aggregate data records that share values).
  • Order Groups By (sort grouped data).
  • Select (specify which fields or properties to return).
  • Auto-sort (sort data records by a property that the user has selected).
  • Auto-page (retrieve a subset of data records that were selected by the user).

No comments:

Post a Comment