Answer Posted / satyambabu
parameter object is used to pass the parameter value to a
stored procedure
Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
How to perform sorting on a table in ADO.NET?
What is the difference between Response.Expires and Reponse.ExpiresAbsolute?
What is the difference between Dataset. clone and Dataset.copy?
What is the difference between an ADO.NET Dataset and an ADO Recordset?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
Give few examples of datareader that is used in different dataproviders.
What is the difference between SqlCommand and SqlCommandBuilder?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?
How to check if a datareader is closed or opened? IsClosed()
What is the difference between Data adaptor and Data set?
Can you explain how to enable and disable connection pooling?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
What is the difference between ADO and ADO.Net?
What is the difference between OLEDB Provider and SqlClient?
Explain how can we load multiple tables in to dataset?