Show / Hide Table of Contents

    DwRetrieveEventArgs(int rowCount) Constructor

    .NET Standard 2.x

    Initializes a new instance of the DwRetrieveEventArgs class and specifies a number for the RowCount property.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

      public DwRetrieveEventArgs(int rowCount);
    

    Parameters

    rowCount System.Int32

    The number specified for the RowCount property.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon