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 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?
What is difference between sqldatareader and sqldataadapter?
How to add a check box or a dropdown list to a column in a datagrid?
What is connection in ado.net?
What are the difference between readonly vs. Const?
What is the difference between data grid and data repeater?
Explain the advantages and disadvantages of using datalist?
What is data view and variable view?
What is ambient transaction?
What are the features of ado.net?
What are the benefits of ADO.NET?
How to work with disconnected data - the dataset and sqldataadapter?
What is dataset object? Explain the various objects in dataset.
Explain the two fundamental objects in ado.net?
What is Serialization in .NET? what are the types of Serialization?