.NET Guid.Empty and equivalent uniqueidentifier

  • Hi,

    On my C# file, I initialize a stored procedure Guid-typed parameter @a by Guid.Empty value. Then, I do not know in the SQL Server stored procedure, what equivalent value for that uniqueidentifier-typed parameter I need to check for such Guid.Empty case.

    Thank you for your help.

  • Guid.Empty is a GUID consisting of all zeros.

    yours

    Günter

  • gtschech (4/2/2009)


    Guid.Empty is a GUID consisting of all zeros.

    yours

    Günter

    Thank you very much.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply