Quote:
Originally Posted by Jitender
if you are using SqlCommand object then you use:
cmd.commandType = CommandType.StoreProcedure;
this is to call a store procedure
|
How do I save it? I mean the stored procedure, not the C# code. In the Object Explorer of the SQL Manager there is already a list of stored procedures and I want my stored procedure in that list.
You see, I am accessing this stored procedure through a C# WPF user interface