Friday, May 11, 2007

DataSet.Merge will merge rows or columns?

Yes. it will merge rows and columns of two datasets. For rows merge, Table Name and Column Names in both datasets should be the same. For columns merge, Column Names should be different, then new column will be added to the merged dataset.

http://forums.asp.net/thread/1693004.aspx

No comments: