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
    public DB2Binary operator explicit( 
       DB2Blob value
    )

    Parameters

    value
    The DB2Blob 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