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.
Loading...
Related Quiz
- In LINQ to SQL, the DataContext class represents the ___________.
- A DataView is a ___________ of a DataTable that allows you to filter and sort its contents.
- In a connection string, what does the "Integrated Security" attribute indicate?
- In WinForms, which event is often used to trigger data binding updates?
- In ADO.NET, the DataAdapter uses a combination of ___________ to perform its operations.