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

In This Topic
    Connection Property (SQLiteScript)
    In This Topic
    Gets or sets the SQLiteConnection used by this instance of the SQLiteScript.
    Syntax
    'Declaration
     
    Public Shadows Property Connection As SQLiteConnection
    public new SQLiteConnection Connection {get; set;}

    Property Value

    The connection to a data source. The default value is a null reference.
    Remarks
    You must set Connection property before the script execution.

    This property supports the InterForm technology.

    See Also