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
Describe ado.net object model in detail.
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 typed dataset ?
What is ado.net and its architecture?
What is ado in agriculture?
How to aggregating data across related tables?
What is openrowset?
What is a datagridview?
What is the meaning of executenonquery?
Is it possible to load multiple tables in a Dataset?
What is an orm, and why would you use one instead of plain old ado.net?
What are the uses of Stored Procedure?
What is the difference between Response.Expires and Reponse.ExpiresAbsolute?
What is the use of connection object in ado.net?
Define partial class?