Monday, 27 July 2015

How to select distinct column value from a datatable using linq

Top sites by search query "how to select distinct column value from a datatable using linq"

Selecting Distinct Records Using LINQ - CodeProject


  http://www.codeproject.com/Tips/476598/Selecting-Distinct-Records-Using-LINQ
License This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL) Share email twitter facebook linkedin reddit google+ About the Author Eric Shandil Software Developer (Senior) Business Software Solutions Fiji I started as a part-time tutor at the University of the South Pacific, then I work as a programmer using MSAccess 97-2003, VB 6.0 VB .NET 1.0, VB .NET 1.1, MSSQL, MySQL, Oracle and Firebird for three years of which I have spent two years as a I.T. Introduction Back in the days I came across a situation where I had to retrieve some data into a dataset table, then from that table I had to filter some records according to the user entry

  http://www.c-sharpcorner.com/uploadfile/anand_kavin/how-to-select-distinct-values-from-dataset/
Python Data Types Reader Level: Article How to: Select distinct values from Dataset By anand palanichamy on Jun 07, 2010 Select distinct values from Dataset, distinct values from Dataset, dataset, In this article you will see how to get the distinct values from the Dataset

  http://stackoverflow.com/questions/2442525/how-to-select-min-and-max-values-of-a-column-in-a-datatable
Yes, it can be done with one query, but you will need to generate a list of results, then use .Min() and .Max() as aggregating functions in separate statements

No comments:

Post a Comment