Information
Saturday, March 27, 2010
Select records from a DataTable
Select recodrs from a datatable:-
DataTable dtLog = Funtion();
DataRow[] drs = dtLog.Select(" UpdatedDate = '" + dtDate.Rows[i]["Date"].ToString() + "'");
DataTable dts = dtLog.Clone();
dts = drs.CopyToDataTable
();
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment