Show / Hide Table of Contents

    DwRetrieveEventArgs.IsResetBuffer Property

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

    0.5.0-alpha

    1.0.1 (current)

    Gets or sets a bool value that indicates whether to reset the primary buffer before the retrieval. It can be used in the IDataStore.RetrieveStart event.

    Namespace: PowerBuilder.Data

    Assembly: PowerBuilder.Data.dll

    Syntax

       public bool IsResetBuffer { get; set; }
    

    Property Value

    System.Boolean

    A bool value that indicates whether to reset the primary buffer.

    Default is false.

    Applies to

    .NET Standard

    2.x

    See Also

    IDataStore.RetrieveStart

    Back to top Generated by Appeon