How many types of data table are in SQL.NET
Answers were Sorted based on User's Feedback
Answer / sundara
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 ? | 61 Yes | 16 No |
Answer / 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 |
How to get oledb connection?
What is reference by value how does it works in .net?
What is fill method in ado.net?
What does ADO.NET consists of ?
Explain the architecture of ado.net?
Does executenonquery return a value?
Which database is the ado.net?
What is dataadapter in ado.net?
How to enable and disable connection pooling?
What does ado stand for in ado.net?
What is a control toolbox?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?