SqlParameter « ADO.net Database « ASP.NET Tutorial






18.7.SqlParameter
18.7.1.Use a SqlParameter to represent stored procedure return values and output parameters
18.7.2.The method adds an output parameter to the SqlCommand object
18.7.3.The use of a parameterized SQL statement (C#)
18.7.4.The use of a parameterized SQL statement (VB)