dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteBlob Class

In This Topic
    SQLiteBlob Class Properties
    In This Topic

    For a list of all members of this type, see SQLiteBlob members.

    Public Properties
     NameDescription
    Public PropertyOverridden. Gets a value indicating whether the SQLiteBlob stream can be read.  
    Public PropertyOverridden. Gets a value indicating whether forward and backward seek operations can be performed.  
    Public Property (Inherited from System.IO.Stream)
    Public PropertyOverridden. Gets a value indicating whether the SQLiteBlob object supports writing.  
    Public PropertyGets a value indicating whether the SQLiteBlob is empty or not.  
    Public PropertyGets a value indicating whether the SQLiteBlob is a Null stream.  
    Public PropertyOverridden. Gets the size of the SQLiteBlob.  
    Public PropertyOverridden. Gets the current read position in the SQLiteBlob stream.  
    Public Property (Inherited from System.IO.Stream)
    Public PropertyGets the value of the SQLiteBlob object.  
    Public Property (Inherited from System.IO.Stream)
    Top
    See Also