DataTable programmatically steps - ADO.NET
Q. What are the steps to create a DataTable programmatically?- Published on 28 Jul 15a. Instantiate a new DataTable and add DataColumn objects to the DataTable. Columns Collection.
b. Run the Data Source Configuration Wizard.
c. Instantiate a new DataSet object.
d. None of the above.
ANSWER: Instantiate a new DataTable and add DataColumn objects to the DataTable. Columns Collection.