dotConnect for DB2 Documentation
Devart.Data.DB2.DB2Types Namespace / DB2Blob Structure / Explicit Type Conversion Operator / Explicit Type Conversion(DB2Binary,DB2Blob) Operator
The DB2Blob object to convert.

In This Topic
Explicit Type Conversion(DB2Binary,DB2Blob) Operator
In This Topic
Converts the specified DB2Blob to a DB2Binary.
Syntax
'Declaration
 
Overloads Public Operator Narrowing CType( _
   ByVal value As DB2Blob _
) As DB2Binary
 

Parameters

value
The DB2Blob object to convert.

Return Value

See Also