Jump to content

Recommended Posts

Posted

I've got a stored procedure in SQL Server 2005 which allows for nulls to be passed in for some of the parameters.* The logic is written to allow for this, and I certainly want it that want.

 

I am new to using LINQ to SQL, and so I am trying to figure out how to pass a null in for some of the parameters to the strongly typed datacontext class that is created when I drag the SP onto the O/R designer in VS 2008.* For example, what do I use to pass in a null for a SQL Int value, to the method that corresponds to my stored procedure in my strongly typed datacontext class?

 

 

More...

 

View All Our Microsoft Related Feeds

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...