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 the use of SqlCommandBuilder?
Difference between sqlcommand and sqlcommandbuilder?
What does executereader return?
What is Data view?
differences between ADO and ADO.NET
What are the pre-requisites for connection pooling?
What are the different methods available under the sqlcommand class to access the data?
How to work with disconnected data - the dataset and sqldataadapter?
how we can fire event in databound coulm in datagfrid withot using button?
Explain the difference between sqlcommand object and command behavior object?
How do you update a dataset in ado.net?
Explain the namespaces in which .net has the data functionality class.
Is ado.net an orm?
Define isolation?
What is the difference between ado.net and entity framework?