Show / Hide Table of Contents

    DwRowAction Enum

    .NET Standard 2.x | Current Version (1.0.1)

    0.5.0-alpha 1.0.1 (current)

    Represents the type of the action executed on the row.

    Namespace: PowerBuilder.Data

    Assembly: PowerBuilder.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