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


Please Help Members By Posting Answers For Below Questions

What is the full form of ado?

508


What are dataproviders?

545


Which object of ado contains datarow datacolumn collection?

510


What is connection pooling and what is the maximum pool size in ado.net connection string?

510


What is isolation?

563






What is the difference between an ADO.NET Dataset and an ADO Recordset?

543


Define data adapter?

503


Explain how to find the given query is optimised one or not?

509


What is the use of Dataview?

571


What is a dynaset in access?

519


What is a datagridview?

511


What is difference between sqldatareader and sqldataadapter?

480


What are datareaders?

525


Which keyword is used to accept variable number of parameters?

680


Define data access layer?

528