dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteScript Class / SQLiteScript Constructor / SQLiteScript Constructor(String)
The text of the query.

In This Topic
    SQLiteScript Constructor(String)
    In This Topic
    Initializes a new instance of the SQLiteScript class with the text of the query.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal scriptText As String _
    )
    public SQLiteScript( 
       string scriptText
    )

    Parameters

    scriptText
    The text of the query.
    See Also