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