Explicit Type Conversion(DB2Binary,DB2Blob) Operator
Converts the specified
DB2Blob to a
DB2Binary.
'Declaration
Overloads Public Operator Narrowing CType( _
ByVal As DB2Blob _
) As DB2Binary
Parameters
- value
- The DB2Blob object to convert.
Return Value