What happens when we issue Dataset.ReadXml command?
Answer Posted / 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 View All Answers
How to enable and disable connection pooling?
What are the different execute methods of Ado.Net?
How to perform sorting on a table in ADO.NET?
Explain ado.net features? Benefits? Drawbacks?
Define atomicity?
What is linq and entity framework?
How to store data in memory?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What is ado.net architecture?
What is ado or jdbc?
What are datareaders?
Describe connection object in ado.net
What are all the different methods under sqlcommand?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?