Tuesday, January 6, 2015

How to select distinct values from datatable

dataTable.DefaultView.ToTable(true, "InvoiceNo","ChargeAmount");
dataSet.Tables["Sales"].DefaultView.ToTable(true, "InvoiceNo","ChargeAmount");

No comments:

Post a Comment