
9.22.2004
Helper Class for Select Distinct
This question always comes up - how to use DataView and RowFilter or Select() method to get a distinct set of rows from a DataTable.
Although not natively supported in .NET 1.1, here's a helper class that accomplishes this with a brute force approach.
326176 - HOW TO: Implement a DataSet SELECT DISTINCT Helper Class in Visual C# .NET
Although not natively supported in .NET 1.1, here's a helper class that accomplishes this with a brute force approach.
326176 - HOW TO: Implement a DataSet SELECT DISTINCT Helper Class in Visual C# .NET
Comments:
Post a Comment