How do you merge two datasets into the third dataset in a
simple manner?
Answer Posted / guest
ds1.Merge(ds2,true)
| Is This Answer Correct ? | 23 Yes | 12 No |
Post New Answer View All Answers
How can we load multiple tables in to dataset?
Explain the namespaces in which .net has the data functionality class.
How can we perform transactions in .net?
Can you explain how to enable and disable connection pooling?
What are dcl commands?
What are the uses of Stored Procedure?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
What is an ADO.Net?
Name which operations can you not perform on an ado.net dataset?
What is sql command in ado net?
List the 4 common ado.net namespaces?
List all the steps in order, to access a database through ado.net?
Explian About DataAdapters
How would you connect to a database by using .NET?
What is a serialized object?