What is sqldataadapter in c#?



What is sqldataadapter in c#?..

Answer / Deependra Verma

sqlDataAdapter in C# is used to fill a DataSet by executing SQL commands against a data source, and it can also update the data source based on changes made to the DataSet.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

f i give input like 1,1,4,5,6,1,2,5,4,1,2, then output should be like : 1-4, 2-2, 4-2, 5-1, 6-1 which means 1 occurs 4 times, 2 occurs 2 times like so.

7 Answers  


What is the purpose of reserved word using in c#?

1 Answers  


without modifying source code if we compile again, will it be generated MSIL again?

1 Answers  


What are the important concepts in OOPS

5 Answers   Fulcrum Logic,


What is hash c#?

1 Answers  


What are the types of parameters in c#?

1 Answers  


What is use of super class

4 Answers   NIIT,


Explain boxing and unboxing in c#?

1 Answers  


What is the difference between internal and private in c#?

1 Answers  


Can you change the value of a variable while debugging a C# application?

1 Answers  


Explain the difference between a sub and a function?

1 Answers   Wipro,


Explain the difference between abstract class and interface.

1 Answers   Accenture,


Categories