dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniBlob Class
Fields Properties Methods

In This Topic
    UniBlob Class Members
    In This Topic

    The following tables list the members exposed by UniBlob.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the UniBlob class.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents a null UniBlob object.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether the UniBlob stream can be read.  
    Public PropertyGets a value indicating whether forward and backward seek operations can be performed.  
    Public PropertyGets a value indicating whether the UniBlob object supports writing.  
    Public PropertyGets the UniConnection used by this instance of the UniBlob.  
    Public PropertyGets a value indicating whether the UniBlob is a Null stream.  
    Public PropertyGets the size of the UniBlob.  
    Public PropertyGets or sets type of the LOB object.  
    Public PropertyGets the current read position in the UniBlob stream.  
    Public PropertyGets the value of the UniBlob object.  
    Top
    Public Methods
     NameDescription
    Public MethodCloses the current stream and releases any resources associated with it.  
    Public MethodReleases all resources allocated by this object.  
    Public MethodReads a sequence of bytes from the current UniBlob stream and advances the position within the stream by the number of bytes read.  
    Public MethodSets the position on the current UniBlob stream.  
    Public MethodSets length for UniBlob value.  
    Public MethodWrites a sequence of bytes to the current UniBlob stream, and advances the current position within this stream by the number of bytes written.  
    Top
    See Also