You must choose a method to create a new DataRow to add to a DataTable. The DataRow should reference DataColumns defined by the DataTable before it is added to the DataTable.

What method should you choose?

 Posted by Rajkatie on 9/30/2012 | Category: ADO.NET Interview questions | Views: 2675 | Points: 40
Select from following answers:
  1. DataTable.NewRow
  2. The DataRow constructor
  3. RowCollection.Add
  4. All Above

Show Correct Answer


Source: MeasureUp.Com | | Alert Moderator 

Comments or Responses

Login to post response