Optional Parameter Dataset default Value

M

mianiro

Im setting up a procedure with an optional dataset parameter in VB.net.
You must set a default value for optional parameters. Does anyone
know how to set the default value of a dataset to nothing? I tried
DBNull but that did not work. Any help would be appreciated! Thanks
 
J

Josip Medved

know how to set the default value of a dataset to nothing? I tried

If I understood correctly:

....(Optional something As DataSet = Nothing)
 

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