In ADO.NET, what is the role of parameters in non-query commands?

  • Define command type
  • Execute the command
  • Handle errors
  • Provide values
Parameters in non-query commands of ADO.NET are used to provide values dynamically to the command, helping in executing parameterized queries to interact with the database securely and efficiently.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *