Show / Hide Table of Contents

    DwUpdateEventArgs.RowsInserted Property

    .NET Standard 2.x

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

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

       public int RowsInserted{ get;}
    

    Return

    System.Int32

    The number of rows inserted when updating the database.

    Applies to

    .NET Standard

    2.x

    See Also

    IDataStore.UpdateEnd

    Back to top Generated by Appeon