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.
    See Also