dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniBlob Class / LobType Property

In This Topic
    LobType Property
    In This Topic
    Gets or sets type of the LOB object.
    Syntax
    'Declaration
     
    Public ReadOnly Property LobType As UniDbType
    public UniDbType LobType {get;}

    Property Value

    One of UniDbType values. The following types are allowed: UniDbType.Blob, UniDbType.Clob, UniDbType.NClob.
    See Also