what is Execute NOn Query?
Answer Posted / basheer
Command.ExecuteNonqurey is used to Execute querys which
actually does not query Database table to give back
something (Like Select) but commnads DB table to do
something.(Insert,Update or Delete)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Difference between sqlcommand and sqlcommandbuilder?
What are dcl commands?
Compare Data Reader & Dataset in ado.net?
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
Explain which name space is used to get assembly details?
Describe the disconnected architecture of ADO.NET’s data access model.
What is Serialization in .NET? what are the types of Serialization?
What provider ado.net use by default? Explain the role of data provider in ado.net?
What is Data Provider?
What are the ado.net objects?
How do you merge 2 datasets into the third dataset in a simple manner?
What are advantages of microsoft-provided data provider classes in ado.net?
How do you update database through dataset?
Explain the overview of ado.net architecture?
Define partial class?