A
Ashish Sheth
Hi ADO.NET gurus,
What is the difference between DataTable.NewRow and DataTable.LoadDataRow?
Actually I want to find a row in the datatable. If the row is not there in
the datatable then I will create a row and add it to the datatable, but I am
not going to specify all the values of the columns in that newly added
Datarow. In this scenario which method should I use? Also when should I use
the BeginDataLoad and EndDataLoad method of the DataTable?
What is the difference between DataTable.NewRow and DataTable.LoadDataRow?
Actually I want to find a row in the datatable. If the row is not there in
the datatable then I will create a row and add it to the datatable, but I am
not going to specify all the values of the columns in that newly added
Datarow. In this scenario which method should I use? Also when should I use
the BeginDataLoad and EndDataLoad method of the DataTable?