How to pass null for a parameter in stored procedure - the parameter is uniqueidentifier
Posted
by jess
on Stack Overflow
See other posts from Stack Overflow
or by jess
Published on 2010-03-22T07:16:33Z
Indexed on
2010/03/22
7:21 UTC
Read the original article
Hit count: 506
nullable
In C# code I have a variable Guid? name.But,how to initialize this parameter to null,since I cannot assign null for a guid type
© Stack Overflow or respective owner