Through the SqlParameter class (for C#) I can see parameters in a stored procedure.
How do you know if a parameter is mandatory or not? I tried using IsNullable but it's always false.
Maybe I'm writing a wrong stored procedure, or is IsNullable meant just to set?
Thanks