Whate are different types of Commands available with
DataAdapter ?

Answers were Sorted based on User's Feedback



Whate are different types of Commands available with DataAdapter ?..

Answer / srilekha

we can use only select command in sqlDataAdapter and for
insert command,update,delete commands are used in sql
command

Is This Answer Correct ?    9 Yes 0 No

Whate are different types of Commands available with DataAdapter ?..

Answer / swapna

The SqlDataAdapter has SelectCommand, InsertCommand,
DeleteCommand and UpdateCommand.

Is This Answer Correct ?    10 Yes 2 No

Post New Answer

More ADO.NET Interview Questions

differences between ADO and ADO.NET

0 Answers   Microsoft,


Define the executescalar method?

0 Answers  


What is a serialized object?

0 Answers  


What are the different execute methods of Ado.Net?

0 Answers  


What is difference between connected and disconnected architecture in ado.net?

0 Answers  


What are the different methods by which we can populate a dataset?

0 Answers  


What are the ado.net objects?

0 Answers  


suppose we using gridview contrl,with sqldatasource.in that for birth date how can we take validation contrl for dd/mm/yy formator how we assign regular expression for same

9 Answers   TCS,


What is the role of data provider in ado.net?

0 Answers  


What are the 4 types of classes in ADO.NET?

5 Answers  


Which architecture does Datasets follow?

0 Answers  


What are the core objects of ADO.NET?

0 Answers  


Categories