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