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.
 
Back
Top