Show / Hide Table of Contents

    SqlStatementType Enum

    .NET Standard 2.x

    The type of the SQL statement.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

       public enum SqlStatementType;
    

    Members

    Member Name Description
    Insert SQL Insert statement.
    Delete SQL Delete statement.
    Update SQL Update statement.
    Select SQL Select statement.
    Procedure SQL stored procedure.
    SqlRaw Raw SQL statement.
    Condition SQL search condition.
    Back to top Generated by Appeon