Show / Hide Table of Contents

    DwRowChangeEventArgs.IsSuccess Property

    .NET Standard 2.x

    Gets or sets a bool value indicating whether the row was changed successfully. It can be used in the IDataStore.RowDeleted event to get the result of the delete action.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Syntax

       public bool IsSuccess { get; set; }
    

    Property Value

    System.Boolean

    A bool value indicating whether the row was changed successfully.

    Applies to

    .NET Standard

    2.x

    See Also

    IDataStore.RowDeleted

    Back to top Generated by Appeon