Checking It

Select the correct answer to the following questions.

Multiple Choice

1:How do you get an XML representation of a DataSet?
  1. Call the GetXml method on the DataSet.

  2. Call the GetXmlData method on the DataSet.

  3. Write custom code.

  4. None of the above.

2:How do you get an XML Schema from a DataSet?
  1. Call the GetSchema method on the DataSet.

  2. Call the GetXmlSchema method on the DataSet.

  3. Call the GetDataSchema method on the DataSet.

  4. None of the above.

3:How do you control the structure of the XML Schema using the DataSet?
  1. Define the Tables in the DataSet.

  2. Define the Columns in the DataSet.

  3. Define the TableMappings in the DataSet.

  4. All of the above.

4:How do ...

Get Visual Basic® .NET by Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.