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

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

    Property Value

    SQL statement.
    See Also