nullable SP parameters of xml data type

Posts   
 
    
alexdresko
User
Posts: 336
Joined: 08-Jun-2004
# Posted on: 09-Feb-2007 00:36:59   

VS2005 SP1 XP PRO SP2 LLBLGen v2 VB.NET

I have an SP that has a few parameters typed as "xml".. I've checked "Is Nullable" in LLBLGen, but the code doesn't seem to output nullable types. It works fine for other nullable fields in the same SP such as dates and strings.. just not the xml types. Am I missing something?

alexdresko
User
Posts: 336
Joined: 08-Jun-2004
# Posted on: 09-Feb-2007 00:38:22   

alexdresko wrote:

VS2005 SP1 XP PRO SP2 LLBLGen v2 VB.NET

I have an SP that has a few parameters typed as "xml".. I've checked "Is Nullable" in LLBLGen, but the code doesn't seem to output nullable types. It works fine for other nullable fields in the same SP such as dates and strings.. just not the xml types. Am I missing something?

Strings are nullable.. derrrrrrrrrr.. yikes, I've been working too much.