Show / Hide Table of Contents

    DwRowChangeEventArgs.IsSuccess Property

    .NET Standard 2.x | Current Version (1.0.1)

    0.5.0-alpha

    1.0.1 (current)

    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: PowerBuilder.Data

    Assembly: PowerBuilder.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