Show / Hide Table of Contents

    DwUpdateEventArgs(int rowsInserted, int rowsUpdated, int rowsDeleted) Constructor

    .NET Standard 2.x

    Initializes a new instance of the DwUpdateEventArgs class and specifies values for the RowsInserted, RowsUpdated, RowsDeleted properties.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

      public DwUpdateEventArgs(int rowsInserted, int rowsUpdated, int rowsDeleted);
    

    Parameters

    rowsInserted System.Int32

    The value specified for the RowsInserted property.

    rowsUpdated System.Int32

    The value specified for the RowsUpdated property.

    rowsDeleted System.Int32

    The value specified for the RowsDeleted property.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon