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

SQLiteText Class Properties

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

Public Properties
 NameDescription
Public PropertyGets a value indicating whether the SQLiteBlob stream can be read. (Inherited from Devart.Data.SQLite.SQLiteBlob)
Public PropertyGets a value indicating whether forward and backward seek operations can be performed. (Inherited from Devart.Data.SQLite.SQLiteBlob)
Public PropertyGets a value that determines whether the current stream can time out. (Inherited from System.IO.Stream)
Public PropertyGets a value indicating whether the SQLiteBlob object supports writing. (Inherited from Devart.Data.SQLite.SQLiteBlob)
Public PropertyGets a value indicating whether the SQLiteBlob is empty or not. (Inherited from Devart.Data.SQLite.SQLiteBlob)
Public PropertyGets a value indicating whether the SQLiteBlob is a Null stream. (Inherited from Devart.Data.SQLite.SQLiteBlob)
Public PropertyGets or sets a value indicating whether the SQLiteText uses UTF16 encoding.  
Public PropertyGets the size of the SQLiteBlob. (Inherited from Devart.Data.SQLite.SQLiteBlob)
Public PropertyGets the current read position in the SQLiteBlob stream. (Inherited from Devart.Data.SQLite.SQLiteBlob)
Public PropertyGets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out. (Inherited from System.IO.Stream)
Public PropertyGets the string that is stored in the specified SQLiteText object.  
Public PropertyGets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out. (Inherited from System.IO.Stream)
Top
See Also