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
How does entity framework work?
What is meant by executenonquery?
What is the provider being used to access oracle database?
What is connection in ado.net?
What is execute scalar in ado.net?
Which control of the BindingNavigator returns the current position within the data source?
What is difference between connected and disconnected architecture in ado.net?
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?
What is microsoft ado.net?
Why is it important to close an ado.net application?
What are the key events of sqlconnection class?
What is a datagridview?
Define connection string?
What are the classes in System.Data.Common Namespace?
What are the types of databinding?