What is method to get XML and schema from Dataset?

Answers were Sorted based on User's Feedback



What is method to get XML and schema from Dataset?..

Answer / satya

dataset.GetXmlSchema()
dataset.GetXML

Is This Answer Correct ?    6 Yes 0 No

What is method to get XML and schema from Dataset?..

Answer / guest

getXML () and get Schema ()

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More ADO.NET Interview Questions

Can we connect two dataadapters to same data source using single connection at same time?

0 Answers  


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

0 Answers  


What is datacolumn and how it is used?

2 Answers  


Which provider is used to connect ms access, oracle, etc…?

0 Answers  


What are the methods of XML dataset object?

0 Answers  






Explain different methods and Properties of DataReader which you have used in your project?

2 Answers  


What is difference between dataset and datatable?

0 Answers  


Explain the role of data provider in ado.net?

0 Answers  


How to add a check box or a dropdown list to a column in a datagrid?

0 Answers  


What is disconnected architecture in ado.net?

0 Answers  


How to find the count of records in a dataset?

6 Answers  


Does ado.net use odbc?

0 Answers  


Categories