what is different between SqlCommand object and Command
Behaviour Object
Answer Posted / gyany
CommandBehaviour:-
Provides a description of the results of the query and its
effect on the database.
Like,
To Forcibly close the Connection=
Command cmd=new Command
("SQL",conn,CommandBehaviour.CloseConnection);
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is bubbled event can you please explain?
What is read only and forward only in ado.net?
What is the use of connection object in ado.net?
What is connection string?
What is difference between entity framework and ado.net?
What are the benefits of ADO.NET?
What is ado.net components?
What do you know about ado.net's methods?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
What are the advantage of ado.net?
How do you merge 2 datasets into the third dataset in a simple manner?
What is dbcontext and dbset in entity framework?
Define Execute Reader?
What is ole data type?
Define the data provider classes that is supported by ado.net?