Show / Hide Table of Contents

    DwRowAction Enum

    .NET Standard 2.x

    Represents the type of the action executed on the row.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

       public enum DwRowAction;
    

    Members

    Member Name Description
    Add Adds a row.
    Delete Deletes a row.
    Modify Modifies a row.

    See Also

    DwRowChangeEventArgs.Action

    Back to top Generated by Appeon