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 are datareaders?
Explain what are acid properties?
What is connection in ado.net?
What is a dataview?
How is entity framework different from ado.net?
What are the Data providers in ADO.Net?
Is entity framework better than ado.net?
Describe the disconnected architecture of ADO.NET’s data access model.
What are the ado.net components?
Is datareader faster than datatable?
What is an example of ordinal data?
What is ado data control?
What is csdl entity framework?
What is openquery?
What is data adapter in ado.net with example?