S
Sean
Hi all,
In VB.NET you can use default parameters to stored procedures using
the Nothing keyword, as described in:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q321902
I used to use the default keyword in old ASP.
How do I do this in C#?
I want to use the default parameter, and not pass null.
TIA,
Sean.
In VB.NET you can use default parameters to stored procedures using
the Nothing keyword, as described in:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q321902
I used to use the default keyword in old ASP.
How do I do this in C#?
I want to use the default parameter, and not pass null.
TIA,
Sean.