dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteDataSet Class / Connection Property

In This Topic
    Connection Property (SQLiteDataSet)
    In This Topic
    Associated SQLiteConnection.
    Syntax
    'Declaration
     
    Public Shadows Property Connection As SQLiteConnection
    public new SQLiteConnection Connection {get; set;}

    Property Value

    SQLiteConnection used by SQLiteDataSet.
    Remarks

    This property supports the InterForm technology.

    See Also