Sqlcommand

  • Thread starter Thread starter Mike J
  • Start date Start date
M

Mike J

How to check Return value of a variable
Ado.net
Sqlcommmand
cmd.Parameter["FileId"]
I need to Check if the value of the output Var above
is null or has value

MJ
 
Mike J said:
How to check Return value of a variable
Ado.net
Sqlcommmand
cmd.Parameter["FileId"]
I need to Check if the value of the output Var above
is null or has value

As per the docs, DBNull is used to represent null values.
 

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

Back
Top