Blob DataType

  • Thread starter Thread starter Alejandro K.
  • Start date Start date
A

Alejandro K.

I need to create a Dataset with a Datatype that Represents a Blob datatype
from Sql Server, wich one will be the equivalent to blob??

Thanks.
Alex.
 
I think that would be SqlDbType.Binary or VarBinary.
See SqlDbType enumeration in the help files
 
Back
Top