Search Results for

    Show / Hide Table of Contents

    Enum StatementType

    Specifies the type of SQL statement, e.g. SELECT

    Namespace: Npgsql
    Assembly: Npgsql.dll
    Syntax
    public enum StatementType

    Fields

    Name Description
    Copy
    CreateTableAs
    Delete
    Fetch
    Insert
    Move
    Other
    Select
    Update
    • Improve this Doc
    In This Article
    Back to top © Copyright 2021 The Npgsql Development Team