what is execute scalar?
Answer Posted / vivek kumar
execute scalar method return only one value that means you
can use this with max, min, sum function
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the usage of the dataset object in ado.net?
What two types of data providers does ADO.NET supply? What determines which one you should use?
What is the difference between oledb sql server and oledbdotnet provider?
How can we add relation between tables in a dataset?
What are all the different methods under sqlcommand?
Which method is used by command class to execute SQL statements that return single value?
What we do with the object of ado.net dataset after using it?
Explain the difference between sqlcommand object and command behavior object?
Which architecture does Datasets follow?
Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
What is the DataTableCollection?
How can we check that some changes have been made to dataset since it was loaded?
What is full form of ado?
Which name space is used to get assembly details?
Why is stored procedure used in ado.net?