Show / Hide Table of Contents

    DwRetrieveEventArgs.RowCount Property

    .NET Standard 2.x

    Gets the number of rows retrieved. It can be used in the IDataStore.RetrieveEnd event.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

       public int RowCount { get; }
    

    Property Value

    System.Int32

    The number of rows retrieved.

    Remarks

    The number of rows retrieved in the RowCount property is an unfiltered value.

    Applies to

    .NET Standard

    2.x

    See Also

    IDataStore.RetrieveEnd

    Back to top Generated by Appeon