Thursday 7 February 2013

Retrieve particular data row from dataset.

Sample for
//ds=DataSet

DataRow[] drRows = ds.Tables[0].Select(ds.Tables[0].Columns[1].ColumnName + " = 0");

No comments:

Post a Comment

If any doubt?then please comment in my post

How to reduce angular CLI build time

 Index: ----- I am using angular cli - 7 and I am going to tell how to reduce the build time as per my knowledge. Problem: -------- Now the ...