Whate are different types of Commands available with
DataAdapter ?
Answers were Sorted based on User's Feedback
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 |
Answer / swapna
The SqlDataAdapter has SelectCommand, InsertCommand,
DeleteCommand and UpdateCommand.
Is This Answer Correct ? | 10 Yes | 2 No |
how to display empty table to datagrid
What is the default timeout specified for "sqlcommand.commandtimeout" property?
What is difference between entity framework and ado.net?
Which is better entity framework or ado.net?
How to aggregating data across related tables?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
What is the difference between connected and disconnected environment?
differance between ADO vs ADO.Net?
What is Data view?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?
What do you know about ADO.NET's objects and methods?
What is the difference between data grid and data repeater?