If you specify the "OUT" or "OUTPUT" keyword for Stored Procedure parameter then parameter will behave as Input Parameter as well as Output Parameter then What is the use of SqlParameterDirection.Output( already we have SqlParameterDirection.InputOutput) enum member in ADO.NET?
↧