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

In This Topic
    Explicit Type Conversion(DB2String,DB2Clob) Operator
    In This Topic
    Converts the specified DB2Clob to a DB2String.
    Syntax
    'Declaration
     
    Overloads Public Operator Narrowing CType( _
       ByVal value As DB2Clob _
    ) As DB2String
    public DB2String operator explicit( 
       DB2Clob value
    )

    Parameters

    value
    The DB2Clob object to convert.

    Return Value

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also