Sams Teach Yourself ADO.NET in 24 Hours
| for RuBoard |
Quiz Answers
| 1: | True or false: In a DataTable object, the DataColumn s specify the table schema and the rows comprise the table data. |
| A1: | True. |
| 2: | In your own words, describe the easiest way to add a DataTable to a DataSet . |
| A2: | The easiest way to add a DataTable to a DataSet is to call the Add() method of the DataTable collection of the DataSet object. |
| for RuBoard |