what is Execute NOn Query?
Answer Posted / mahesh
ExecuteNonQuery() ia command object method,is for
insert,update and delete statements.i.e for the statements
which does'nt returns any value after the execution.return
type of ExecuteNonQuery is int,we can return no of affected
rows.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Explain which name space is used to get assembly details?
What is ado and dao?
What are the different ado.net namespaces?
What are the data providers in ADO.NET framework?
What is sql connection in ado.net?
What is connection in ado.net?
How can I retrieve two tables of data at a time by using data reader?
What is ado.net in mvc?
What is the meaning of object pooling?
How to identify the updated rows in a dataset?
Explain the difference in an abstract class and an interface?
What provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
How to creating a SqlCommand Object?
If we are not returning any records from the database, which method is to be used?
How does ado.net work?