| for RuBoard |
| 1: | What is the directive of XSD that generates the dataset?
|
| A1: | b. The /d[ataset] directive tells the XSD tool to generate a typed DataSet class code from the supplied .xsd schema file. |
| 2: | True or false: You can only generate a typed DataSet using the XSD XML Schema Definition tool? |
| A2: | False. You can generate typed DataSet s both manually with the XSD tool and dynamically in Visual Studio .NET. |
| 3: | How can the manually created typed DataSet be referenced in my VB code?
|
| A3: | a. You can use the Imports reference in your code and supply the /r: reference for the typed dataset class (.dll) you generated. |
| 4: | What is used to create more user -friendly names for DataSet objects in the XML Schema file for a DataSet ?
|
| A4: | a. Annotations are available to add more user-friendly references to DataSet objects and do not change the physical DataSet schema. |
| for RuBoard |