Show / Hide Table of Contents

    DwUpdateEventArgs.RowsDeleted Property

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

    0.5.0-alpha

    1.0.1 (current)

    Gets the number of rows deleted when updating the database. It can be used in the IDataStore.UpdateEnd event.

    Namespace: PowerBuilder.Data

    Assembly: PowerBuilder.Data.dll

    Syntax

       public int RowsDeleted { get;}
    

    Return

    System.Int32

    The number of rows deleted when updating the database.

    Applies to

    .NET Standard

    2.x

    See Also

    IDataStore.UpdateEnd

    Back to top Generated by Appeon