Argument problem with an XSD stored proc with output parameter

G

Guest

I am trying to use an XSD generated function which needs a parameter of type
'ref System.Guid?' I am passing it a 'ref System.Guid', but am getting the
following error: "cannot convert from 'ref System.Guid' to 'ref System.Guid?'
" So the question is what does the question mark mean and how can I make the
variable I am passing to the correct type?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top