What happens when we issue Dataset.ReadXml command?



What happens when we issue Dataset.ReadXml command?..

Answer / ansu kumar

when we execute
dataset.readxml("xmlfile name")
it will read the xml file and store data in dataset

Is This Answer Correct ?    10 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

What is Data Provider?

0 Answers  


Which is faster datareader or dataadapter?

0 Answers  


What is ole in vb?

0 Answers  


How can we load multiple tables in to dataset?

0 Answers  


What you mean by filtering of data?

0 Answers  






What does ado stand for in ado.net?

0 Answers  


What are the different ado.net namespaces?

0 Answers  


What is the default timeout specified for "sqlcommand.commandtimeout" property?

0 Answers  


How can we check that some changes have been made to dataset since it was loaded?

0 Answers  


What does executequery return?

0 Answers  


What is the role of the dataset object in ado.net?

0 Answers  


HOW TO FILL GRID VIEW WITH OUT USING SQLDATASOURCE AND PROGRAMING?

4 Answers  


Categories