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

In This Topic
    SQLiteConnection Class Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public PropertyOverridden. Gets or sets the string used to open a SQLite connection.  
    Public PropertyGets the time to wait while trying to establish a connection before terminating the attempt and generating an error.  
    Public PropertyGets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
    Public PropertyOverridden. Returns constant "Main".  
    Public PropertyGets or sets the location of the database.  
    Public PropertyIndicates whether the connection is enlisted in a distributed transaction. (Inherited from Devart.Common.DbConnectionBase)
    Public PropertyGets or sets the name of the component.  
    Public PropertyGets or sets a form or other container that the SQLiteConnection instance belongs to.  
    Public PropertyGets a string containing the version of the instance of SQLite to which the client is connected.  
    Public PropertyGets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
    Public PropertyGets the current state of the connection.  
    Public PropertyGets or sets a value indicating whether the connection uses UTF16 encoding.  
    Top
    See Also