Visual InterDev
Use this dialog box to enter the parameters you need to execute a stored procedure from the Data View window. For more information on running stored procedures, see Running a Stored Procedure.
This dialog box is displayed when you right-click a stored procedure that has parameters in the Data View window, and then choose the Execute command.
Displays the data type for the parameter. This field is read-only.
Displays whether the parameter receives a value (In) or receives and returns a value (In/Out). This field is read-only.
Displays the name for the parameter. This field is read-only.
Enter a value for the parameter or choose Default. The value must be of the type shown in the Type field.