dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniBlob Class / UniBlob Constructor / UniBlob Constructor(UniConnection,UniDbType)
The UniConnection object.
One of the UniDbType values.

In This Topic
    UniBlob Constructor(UniConnection,UniDbType)
    In This Topic
    Initializes a new instance of the UniBlob class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal connection As UniConnection, _
       ByVal uniDbType As UniDbType _
    )
    public UniBlob( 
       UniConnection connection,
       UniDbType uniDbType
    )

    Parameters

    connection
    The UniConnection object.
    uniDbType
    One of the UniDbType values.
    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