dotConnect for PostgreSQL Documentation
Devart.Common Namespace / SqlStatement Class / StatementType Property

In This Topic
    StatementType Property (SqlStatement)
    In This Topic
    Gets type of the statement.
    Syntax
    'Declaration
     
    Public ReadOnly Property StatementType As SqlStatementType
    public SqlStatementType StatementType {get;}

    Property Value

    One of the SqlStatementType values.
    See Also