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
    Unknown
    Update
    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team