Whate are different types of Commands available with
DataAdapter ?
Answer Posted / swapna
The SqlDataAdapter has SelectCommand, InsertCommand,
DeleteCommand and UpdateCommand.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What is the difference between Data adaptor and Data set?
What is defaultview in datatable?
How to load multiple tables into a dataset?
What are typed and untyped dataset?
What is sqldatasource?
What are the different methods by which we can populate a dataset?
What is sqlconnection and sqlcommand?
Define data adapter?
What we do with the object of ado.net dataset after using it?
What is ole db query?
I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?
What are the features of ado.net?
What is Serialization in .NET? what are the types of Serialization?
What is the difference between SqlCommand and SqlCommandBuilder?
What are good ado.net object to replace to ado recordset object.