Saturday, 27 April 2013

What is the use of SqlParameter.Direction Property? | ASP.Net interview questions

SqlParameter.Direction Property is used to specify the Sql Parameter type - input-only, output-only, bidirectional, or a stored procedure return value parameter. The default is Input.

No comments: