dotConnect for SQLite Documentation
Devart.Common Namespace / SqlStatement Class / Text Property

On this page
    Text Property (SqlStatement)
    On this page
    Gets SQL statement to be executed.
    Syntax
    'Declaration
     
    Public ReadOnly Property Text As String
    public string Text {get;}

    Property Value

    SQL statement.
    See Also