Primary kinds of parameters used working with Stored Procedure - ADO.NET
Q. What are the three primary kinds of parameters are used while working with the Stored Procedure in ASP.NET?- Published on 27 Jul 15a. Input, Integer, String
b. int, varchar, nvarchar
c. Input, Output, InputOutput
d. All of the above.
ANSWER: Input, Output, InputOutput