How many types of data table are in SQL.NET
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between ado.net and entity framework?
What is ado.net architecture?
How to pass values into a datatable?
What is the role of the dataset object in ado.net?
What are the main differences between classic ado and ado.net?
Which method is used by command class to execute SQL statements that return single value?
How can we load multiple tables in a dataset?
Which is the feature of ado.net?
What is the use of Dataview?
Explain the various objects in dataset.
What are the steps you will take to improve performance?
What is difference between executenonquery and executequery?
Explain ado.net features?
Explain the difference between sqlcommand object and command behavior object?
Define Execute Reader?