Hello Friends,
There are so many rows in my resultset. is it possibel to get only the top row as a result. Need help.
- var result = from latest in dt.DefaultView.ToTable().AsEnumerable()
- select new
- {
- record = latest.Field<string>("Items")
- }.ToTable();
Shweta LodhaPosted Mar 10, 2019, 11:37 PM
NithikaPosted Mar 10, 2019, 11:39 PM