What would cause linq to sql to think that a parameter is nullable?

Posted by chobo2 on Stack Overflow See other posts from Stack Overflow or by chobo2
Published on 2010-05-27T21:03:38Z Indexed on 2010/05/27 21:11 UTC
Read the original article Hit count: 119

Hi

I have a stored procedure that declares a input parameter

@BatchNumber uniqueidentifier 

This field in the table is set to not allow nullables.

When I drag in the stored procedure and it hooks everything up it says the parameter is nullable.

I don't understand why. Is this normal for it to think that the parameters are nullable?

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about linq-to-sql