How do you merge two datasets into the third dataset in a
simple manner?
Answer Posted / krishna
ds1.Merge(ds2,true)
ds1.Merge(ds3,true)
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is ole data type?
What is ado.net connection?
What are dataproviders?
Does ado.net use odbc?
Can you explain how to enable and disable connection pooling?
Some important instruction regarding ADO.NET connection string ?
how we can fire event in databound coulm in datagfrid withot using button?
What is the use of sqldatareader class?
What is ado.net in mvc?
What does ado stand for?
What is Dataset Object?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
Which is faster sqldataadapter and sqldatareader?
Explian About DataAdapters
Describe the command object and its method.