MCAD, MCSD .NET Exam Question
Ross works as a Software Developer for GenTech Inc. He develops an application, named App1, using Visual Studio .NET. Employees of the company use App1 for viewing and editing inventory data. While employees use App1 for editing data, App1 maintains data in a DataSet object, named DataSet1. App1 receives data in XML format from a file, named File1.xml, which does not contain information about inline schema. Ross decides to use the ReadXml method of the DataSet class. Which of the following XmlReadMode values will he use in the ReadXml method to accomplish this?
Select Answer:
Fragment
ReadSchema
InferSchema
IgnoreSchema
|