Name | Description | |
---|---|---|
![]() | CanRead | Overridden. Gets a value indicating whether the SQLiteBlob stream can be read. |
![]() | CanSeek | Overridden. Gets a value indicating whether forward and backward seek operations can be performed. |
![]() | CanTimeout | Gets a value that determines whether the current stream can time out. (Inherited from System.IO.Stream) |
![]() | CanWrite | Overridden. Gets a value indicating whether the SQLiteBlob object supports writing. |
![]() | IsEmpty | Gets a value indicating whether the SQLiteBlob is empty or not. |
![]() | IsNull | Gets a value indicating whether the SQLiteBlob is a Null stream. |
![]() | Length | Overridden. Gets the size of the SQLiteBlob. |
![]() | Position | Overridden. Gets the current read position in the SQLiteBlob stream. |
![]() | ReadTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out. (Inherited from System.IO.Stream) |
![]() | Value | Gets the value of the SQLiteBlob object. |
![]() | WriteTimeout | Gets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out. (Inherited from System.IO.Stream) |