Name | Description | |
---|---|---|
![]() | CanRead | Gets a value indicating whether the SQLiteBlob stream can be read. (Inherited from Devart.Data.SQLite.SQLiteBlob) |
![]() | CanSeek | Gets a value indicating whether forward and backward seek operations can be performed. (Inherited from Devart.Data.SQLite.SQLiteBlob) |
![]() | CanTimeout | (Inherited from System.IO.Stream) |
![]() | CanWrite | Gets a value indicating whether the SQLiteBlob object supports writing. (Inherited from Devart.Data.SQLite.SQLiteBlob) |
![]() | IsEmpty | Gets a value indicating whether the SQLiteBlob is empty or not. (Inherited from Devart.Data.SQLite.SQLiteBlob) |
![]() | IsNull | Gets a value indicating whether the SQLiteBlob is a Null stream. (Inherited from Devart.Data.SQLite.SQLiteBlob) |
![]() | IsUnicode16 | Gets or sets a value indicating whether the SQLiteText uses UTF16 encoding. |
![]() | Length | Gets the size of the SQLiteBlob. (Inherited from Devart.Data.SQLite.SQLiteBlob) |
![]() | Position | Gets the current read position in the SQLiteBlob stream. (Inherited from Devart.Data.SQLite.SQLiteBlob) |
![]() | ReadTimeout | (Inherited from System.IO.Stream) |
![]() | Value | Gets the string that is stored in the specified SQLiteText object. |
![]() | WriteTimeout | (Inherited from System.IO.Stream) |