Answer Posted / sandeep singh shekhawat
There are two type of Data set
When We create dataset programmely taht is weak type data set.
like DataSet ds=new DataSet();
But when We Create a DataSet using XML Schema(Xsd) that is called strong type data set that has extension .xsd
and create when we do working with LINQ to XML.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What does sqldatareader return?
Which method is used to sort the data in ADO.Net?
Which ado.net object is very fast in getting data from the database?
How do you merge 2 datasets into the third dataset in a simple manner?
What is the use of Dataview?
What is the use of connection object in ado.net?
What are the steps to connect to a database?
What is the difference between Datareader and Dataset?
What are the usages of the command object in ado.net?
What is the provider being used to access oracle database?
What is disconnected scenario in entity framework?
What is the difference between Dataset. clone and Dataset.copy?
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?
Explain what are the steps to connect to a database?
What does executequery return?