The _________ property of a SqlParameter determines whether a parameter is an input or output parameter.

  • Direction
  • Name
  • Type
  • Value
In ADO.NET, the Direction property of a SqlParameter object determines whether the parameter is an input parameter, an output parameter, or both. This property is crucial for specifying the role of the parameter in the stored procedure.
Add your answer
Loading...

Leave a comment

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