Show / Hide Table of Contents

    DwUpdateAction Enum

    .NET Standard 2.x

    Indicates the operation to be executed when a DataStore update is performed.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

    public enum DwUpdateAction;
    

    Members

    Member Name Description
    Insert Indicates the Insert operation to be executed.
    Delete Indicates the Delete operation to be executed.
    Update Indicates the Update operation to be executed.
    Back to top Generated by Appeon