Show / Hide Table of Contents

    IDwReadOnlyArgument.UseOriginal Property

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

    0.5.0-alpha

    1.0.1 (current)

    Gets a bool value indicating whether the data is the new or original column value.

    Namespace: PowerBuilder.Data

    Assembly: PowerBuilder.Data.dll

    Syntax

    bool UseOriginal { get; }
    

    Property Value

    System.Boolean

    A bool value indicating whether the data is the new or original column value.

    false: The new column value that is being sent to the database.

    true: The value that the DataWindow originally reads from the database.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon