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
How to generate a single aggregate?
Can datareader hold data from multiple tables?
Which ado.net object is very fast in getting data from the database?
Explain the difference in an abstract class and an interface?
What is ado.net tutorial?
What are three methods for displaying data in a syncfusion datagrid
What is disconnected scenario in entity framework?
What is two way data binding android?
What is Serialization in .NET? what are the types of Serialization?
What is ole access?
How do I delete a row from a DataTable?
What is a sqldataadapter?
Why do we need ado.net?
Explain how can we load multiple tables in to dataset?
What is the default timeout specified for "sqlcommand.commandtimeout" property?