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