ASP.NET,SQL BASICS
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment