How many types of data table are in SQL.NET
Answer Posted / sudhakar basore
four data table type#
1. Perment data table
2. temp table only for the session
3. temp table will destroy wilie the connection close
4. table variable
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the difference between ado.net and entity framework?
What are the different ado.net namespaces?
How to check if the Dataset has records ?
What is executequery?
What is the use of SqlCommand object?
Give few examples of datareader that is used in different dataproviders.
How to create data relations?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
Is ado.net an orm?
How will you fill the gridview by using datatable object at runtime?
What does executequery return?
How can we perform transactions in .net?
What DataReader class do in ADO.NET ?
How to load multiple tables into a dataset?
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?